From d9cf1ae4444678e63d7b0533c54dd5e4043189d7 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 25 Mar 2018 12:54:20 -0400 Subject: Ban command is broken for now --- commands/ban.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/ban.js b/commands/ban.js index fbf5e7a..f3e88dd 100644 --- a/commands/ban.js +++ b/commands/ban.js @@ -30,9 +30,9 @@ module.exports.run = async (client, message, args) => { if (!member) return message.reply("Uhh... Please mention a member first."); member.ban({ days: args[1] || null, - reason: `Banned by ${message.author.tag}` + reason: `Banned by ${message.author.tag} ${mreason}` }); - message.reply("User Banned!"); + message.reply("User Banned! Reason: " + mreason); }; exports.conf = { -- cgit v1.2.3