push fix for banning scrubs

This commit is contained in:
defnotken
2025-09-05 14:14:37 -05:00
parent b700f58d88
commit 176f0e7e56

View File

@@ -225,7 +225,7 @@ public class LightlessModule : InteractionModuleBase
}
}
[SlashCommand("markUidforBan", "ADMIN ONLY: ban a user by their uid")]
[SlashCommand("markforban", "ADMIN ONLY: ban a user by their uid")]
public async Task MarkUidForBan([Summary("uid", "uid to ban")] string uid)
{
_logger.LogInformation("SlashCommand:{userId}:{Method}:{params}",