This commit is contained in:
defnotken
2025-10-29 18:09:06 -05:00
parent 700428eccb
commit 7520bc1fa0

View File

@@ -150,8 +150,8 @@ public class LightlessModule : InteractionModuleBase
[SlashCommand("serviceunban", "ADMIN ONLY: Unban a user by their discord ID or user ID [CHOOSE ONE ONLY]")] [SlashCommand("serviceunban", "ADMIN ONLY: Unban a user by their discord ID or user ID [CHOOSE ONE ONLY]")]
public async Task ServiceUnban( public async Task ServiceUnban(
[Summary("discord_id", "Discord ID to unban")] string? discordId, [Summary("discord_id", "Discord ID to unban")] string? discordId = null,
[Summary("uid", "UID to unban")] string? uid [Summary("uid", "UID to unban")] string? uid = null
) )
{ {
_logger.LogInformation("SlashCommand:{userId}:{Method}:{params}", _logger.LogInformation("SlashCommand:{userId}:{Method}:{params}",