bot-refactoring #29

Merged
defnotken merged 16 commits from bot-refactoring into master 2025-11-11 17:48:58 +00:00
Showing only changes of commit 7520bc1fa0 - Show all commits

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]")]
public async Task ServiceUnban(
[Summary("discord_id", "Discord ID to unban")] string? discordId,
[Summary("uid", "UID to unban")] string? uid
[Summary("discord_id", "Discord ID to unban")] string? discordId = null,
[Summary("uid", "UID to unban")] string? uid = null
)
{
_logger.LogInformation("SlashCommand:{userId}:{Method}:{params}",