I'm blind

This commit is contained in:
defnotken
2025-10-29 17:56:09 -05:00
parent 9f97ab1eb4
commit 700428eccb

View File

@@ -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")]