From 74df3e058a69adda593026da22e19797a6aff51d Mon Sep 17 00:00:00 2001 From: FloatingMilkshake Date: Thu, 15 Feb 2024 14:05:20 -0500 Subject: [PATCH] Make /tqsmute reason argument optional to match !tqsmute --- Commands/InteractionCommands/MuteInteractions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/InteractionCommands/MuteInteractions.cs b/Commands/InteractionCommands/MuteInteractions.cs index 76d4e2cb..e4fb95dd 100644 --- a/Commands/InteractionCommands/MuteInteractions.cs +++ b/Commands/InteractionCommands/MuteInteractions.cs @@ -95,7 +95,7 @@ public async Task UnmuteSlashCommand( public async Task TqsMuteSlashCommand( InteractionContext ctx, [Option("user", "The user to mute.")] DiscordUser targetUser, - [Option("reason", "The reason for the mute.")] string reason) + [Option("reason", "The reason for the mute.")] string reason = "No reason specified.") { await ctx.DeferAsync(ephemeral: true);