We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d1449 commit 508b0ddCopy full SHA for 508b0dd
src/Bot/Systems/Commands/Text/Modules/Moderation/SoftbanCommand.cs
@@ -10,7 +10,7 @@ public async Task<ActionResult> SoftBanAsync(
10
SocketGuildUser user, [Description("The amount of days of messages to delete.")]
11
int daysToDelete = 7,
12
[Remainder, Description("The reason for the softban.")]
13
- string reason = "Softbanned by a Moderator.")
+ string reason = null)
14
{
15
16
var e = Context.CreateEmbedBuilder(reason is not null
0 commit comments