Merge branch 'massban2' into 'v3'

Add an audit log reason to massban

See merge request Kwoth/nadekobot!188
This commit is contained in:
Kwoth
2021-11-14 23:41:04 +00:00

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