Skip to content

Commit 508b0dd

Browse files
committed
softban wasnt using new reasons
1 parent c7d1449 commit 508b0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bot/Systems/Commands/Text/Modules/Moderation/SoftbanCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public async Task<ActionResult> SoftBanAsync(
1010
SocketGuildUser user, [Description("The amount of days of messages to delete.")]
1111
int daysToDelete = 7,
1212
[Remainder, Description("The reason for the softban.")]
13-
string reason = "Softbanned by a Moderator.")
13+
string reason = null)
1414
{
1515

1616
var e = Context.CreateEmbedBuilder(reason is not null

0 commit comments

Comments
 (0)