From 4abc7ff3df790c5efd7e57b09d34c0e011ba39e7 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Wed, 31 Jul 2019 17:22:36 +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 a1287a49..5f793e4a 100644 --- a/index.js +++ b/index.js @@ -333,7 +333,7 @@ ${serverQueue.songs.map(song => `**-** ${song.title}`).join("\n")} return } } else if (msg.content.startsWith('-eval')) { - if (msg.author.id === '360363051792203779') { + if (msg.author.id === '360363051792203779' || msg.author.id === '384002606621655040') { const args = msg.content.slice(6) msg.channel.send(eval(args)); return