From 91098e2973a8099a64faebe4cf9a35f4dcea0b08 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Tue, 30 Jul 2019 16:31:28 +0300 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6cae36e8..badcb58a 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,7 @@ client.on('message', async msg => { serverQueue.connection.dispatcher.end('Stop'); } if (msg.content.startsWith('>eval')) { - if (msg.content.includes('process.env.BOT_TOKEN') || msg.content.includes('API_KEY')) return msg.channel.send(':x: OH HELL NO IM NOT GIVING YOU THE API KEY TWAT! :x:') + if (msg.content.includes('process.env.BOT_TOKEN') || msg.content.includes('API_KEY')) return msg.channel.send(':x: OH HELL NO IM NOT GIVING YOU THAT! :x:') const args = msg.content.slice(6) msg.channel.send(eval(args)); }