diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 13:19:33 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 13:19:33 -0500 |
| commit | 10ac5297c119d63469e2d0ecd2cab12782a9f5dc (patch) | |
| tree | e2472614ab91625ee01e156f27f6387768624b0d /commands/warn.js | |
| parent | 394c75532cc01003846bfc6157e047ac675caf5f (diff) | |
| parent | f0eceb99aea5595c338fc130f14d0eff67c7c9f2 (diff) | |
| download | PokeBot-10ac5297c119d63469e2d0ecd2cab12782a9f5dc.tar.gz PokeBot-10ac5297c119d63469e2d0ecd2cab12782a9f5dc.tar.bz2 PokeBot-10ac5297c119d63469e2d0ecd2cab12782a9f5dc.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands/warn.js')
| -rw-r--r-- | commands/warn.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/warn.js b/commands/warn.js index e16cd08..a20cf08 100644 --- a/commands/warn.js +++ b/commands/warn.js @@ -11,6 +11,7 @@ exports.run = (bot, msg, args) => { new RichEmbed() .setColor(0x00ae86) .setTitle(':warning: Warning') + .setAuthor(victim.user.tag, victim.user.avatarURL) .addField('Warning Reason', warnReason) .addField('ID', victim.id, true) .addField('Created Account', victim.user.createdAt, true) |
