diff --git a/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs b/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs index 3c974e2..ee5a1a2 100644 --- a/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs +++ b/LightlessSyncServer/LightlessSyncServices/Discord/MareModule.cs @@ -261,7 +261,7 @@ public class LightlessModule : InteractionModuleBase } } - [SlashCommand("Toggle User Profile", "ADMIN ONLY: disable a user profile by their uid")] + [SlashCommand("toggleuserprofile", "ADMIN ONLY: disable a user profile by their uid")] public async Task ToggleUserProfile( [Summary("uid", "uid to disable")] string uid, [Summary("toggle", "Enable or Disable the profile")] @@ -308,7 +308,7 @@ public class LightlessModule : InteractionModuleBase } } - [SlashCommand("Toggle Group Profile", "ADMIN ONLY: toggle a group profile by their gid")] + [SlashCommand("togglegroupprofile", "ADMIN ONLY: toggle a group profile by their gid")] public async Task ToggleGroupProfile( [Summary("gid", "gid to disable")] string gid, [Summary("toggle", "Enable or Disable the profile")]