From 176f0e7e561479e028b802bb4890cebb3c4ea05a Mon Sep 17 00:00:00 2001 From: defnotken Date: Fri, 5 Sep 2025 14:14:37 -0500 Subject: [PATCH] push fix for banning scrubs --- LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs b/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs index 100efcc..44113a9 100644 --- a/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs +++ b/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs @@ -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}",