From 4306933c08f8a868aea14147a0f2db7cdfa9b628 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 18:19:57 -0500 Subject: eval me bby --- commands/Owners Only/eval.js | 4 +--- 1 file changed, 1 insertion(+), 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(' '); -- cgit v1.2.3