From 700428eccb107f0e480da51b3321ac6b91070237 Mon Sep 17 00:00:00 2001 From: defnotken Date: Wed, 29 Oct 2025 17:56:09 -0500 Subject: [PATCH] I'm blind --- .../LightlessSyncServices/Discord/MareModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")]