We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80faba4 commit 74df3e0Copy full SHA for 74df3e0
Commands/InteractionCommands/MuteInteractions.cs
@@ -95,7 +95,7 @@ public async Task UnmuteSlashCommand(
95
public async Task TqsMuteSlashCommand(
96
InteractionContext ctx,
97
[Option("user", "The user to mute.")] DiscordUser targetUser,
98
- [Option("reason", "The reason for the mute.")] string reason)
+ [Option("reason", "The reason for the mute.")] string reason = "No reason specified.")
99
{
100
await ctx.DeferAsync(ephemeral: true);
101
0 commit comments