aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 18:19:57 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 18:19:57 -0500
commit4306933c08f8a868aea14147a0f2db7cdfa9b628 (patch)
tree377318abf178d819b7f111fda87fc97f65f81510 /commands/Owners Only
parent6f928a332035ab9cadc17846c593a9f3dfaf67a3 (diff)
downloadPokeBot-4306933c08f8a868aea14147a0f2db7cdfa9b628.tar.gz
PokeBot-4306933c08f8a868aea14147a0f2db7cdfa9b628.tar.bz2
PokeBot-4306933c08f8a868aea14147a0f2db7cdfa9b628.zip
eval me bby
Diffstat (limited to 'commands/Owners Only')
-rw-r--r--commands/Owners Only/eval.js4
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(' ');