From 3c8be3a161c3fc1b2dbf661453fc7bf96c721403 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 13 Apr 2018 22:27:30 -0400 Subject: More changes and interrogate --- commands/ban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/ban.js') diff --git a/commands/ban.js b/commands/ban.js index 5bd94aa..cf8b14c 100644 --- a/commands/ban.js +++ b/commands/ban.js @@ -24,7 +24,7 @@ module.exports.run = async (client, message, args) => { const member = message.mentions.members.first(); if (!member) return message.reply("Uhh... Please mention a member first."); member.ban(`Banned by ${message.author.tag} Reason: ` + mreason); - message.reply(`${member.user.tag} has been banned for the reason: ` + mreason); + message.reply(`**${member.user.tag}** has been banned for the reason: \n\`\`\`${mreason}.\`\`\`\n`); }; exports.conf = { -- cgit v1.2.3