diff --git a/src/NadekoBot/Modules/Administration/UserPunishCommands.cs b/src/NadekoBot/Modules/Administration/UserPunishCommands.cs index fa3041788..89f473659 100644 --- a/src/NadekoBot/Modules/Administration/UserPunishCommands.cs +++ b/src/NadekoBot/Modules/Administration/UserPunishCommands.cs @@ -829,7 +829,7 @@ namespace NadekoBot.Modules.Administration { try { - await ctx.Guild.AddBanAsync(toBan.Id, 7); + await ctx.Guild.AddBanAsync(toBan.Id, 7, $"{ctx.User} | Massban"); } catch (Exception ex) {