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);