diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 18:19:57 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 18:19:57 -0500 |
| commit | 4306933c08f8a868aea14147a0f2db7cdfa9b628 (patch) | |
| tree | 377318abf178d819b7f111fda87fc97f65f81510 /commands | |
| parent | 6f928a332035ab9cadc17846c593a9f3dfaf67a3 (diff) | |
| download | PokeBot-4306933c08f8a868aea14147a0f2db7cdfa9b628.tar.gz PokeBot-4306933c08f8a868aea14147a0f2db7cdfa9b628.tar.bz2 PokeBot-4306933c08f8a868aea14147a0f2db7cdfa9b628.zip | |
eval me bby
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/Owners Only/eval.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/Owners Only/eval.js b/commands/Owners Only/eval.js index 09a6374..f26ba3a 100644 --- a/commands/Owners Only/eval.js +++ b/commands/Owners Only/eval.js @@ -1,7 +1,5 @@ exports.run = async (bot, msg, args) => { - if (!['242775871059001344', '247221105515823104', '236279900728721409'].includes(msg.author.id)) { - msg.reply('Nope! You need the person who created this bot to use this command.'); - } + if (!['242775871059001344', '247221105515823104', '236279900728721409'].includes(msg.author.id)) return msg.reply('Nope! You need the person who created this bot to use this command.'); const { RichEmbed } = require('discord.js'); const code = args.join(' '); |
