diff options
Diffstat (limited to 'commands/Owners Only/eval.js')
| -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(' '); |
