From 3a1047d66f6d56196c6f850527e87f1bb36851bf Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 12:45:56 -0500 Subject: made the log look just a bit better --- commands/warn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/warn.js') diff --git a/commands/warn.js b/commands/warn.js index 4bc8f1b..8aacce8 100644 --- a/commands/warn.js +++ b/commands/warn.js @@ -9,10 +9,10 @@ exports.run = (bot, msg, args) => { bot.channels.find('name', 'logs').send( new RichEmbed() .setColor(0x00ae86) - .setTitle('Warning') + .setTitle(':warning: Warning') + .addField('Warning Reason', warnReason) .addField('ID', victim.id, true) .addField('Created Account', victim.user.createdAt, true) - .addField('Warning Reason', warnReason) .setTimestamp() .setFooter('Warned by: ' + msg.author.tag, msg.author.avatarURL) ); -- cgit v1.2.3