aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 12:45:56 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 12:45:56 -0500
commit3a1047d66f6d56196c6f850527e87f1bb36851bf (patch)
tree0d4ad9964450a3802cac4738ed60deed1d0e3f8a
parent760466af7b9a9568c60d1301d62bd52a149992c6 (diff)
downloadPokeBot-3a1047d66f6d56196c6f850527e87f1bb36851bf.tar.gz
PokeBot-3a1047d66f6d56196c6f850527e87f1bb36851bf.tar.bz2
PokeBot-3a1047d66f6d56196c6f850527e87f1bb36851bf.zip
made the log look just a bit better
-rw-r--r--commands/warn.js4
1 files changed, 2 insertions, 2 deletions
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)
);