From 624746d75fbd76bbe60d1dae93f4284b1c8b6b0f Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 18 Aug 2017 11:19:10 +0000 Subject: [PATCH] Rip --- commands/moderation/hackban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/moderation/hackban.js b/commands/moderation/hackban.js index 7e9462a5..2378d3c6 100644 --- a/commands/moderation/hackban.js +++ b/commands/moderation/hackban.js @@ -49,7 +49,7 @@ module.exports = class HackbanCommand extends Command { time: 30000 }); if (!msgs.size || !['y', 'yes'].includes(msgs.first().content.toLowerCase())) return msg.say('Aborting.'); - await msg.guild.ban({ + await msg.guild.ban(id, { days: 7, reason: `${msg.author.tag}: ${reason}` });