Add an audit log reason to massban

This commit is contained in:
Alan Beatty
2021-11-13 14:43:30 -06:00
parent ee5c13607b
commit 502c5cec07

View File

@@ -829,7 +829,7 @@ namespace NadekoBot.Modules.Administration
{ {
try try
{ {
await ctx.Guild.AddBanAsync(toBan.Id, 7); await ctx.Guild.AddBanAsync(toBan.Id, 7, $"{ctx.User} | Massban");
} }
catch (Exception ex) catch (Exception ex)
{ {