From 942742fbc94c1d428be9b64b39f950660fbbb173 Mon Sep 17 00:00:00 2001 From: Dalton Date: Fri, 7 Dec 2018 20:23:07 -0800 Subject: [PATCH] remove myself from banned authors --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 4257591..54f2902 100644 --- a/bot.js +++ b/bot.js @@ -572,7 +572,7 @@ client.on('message', message => { // Dalton's image summon command. // Checks for banned author's using a hard coded list of discord ids. // Also rudely cleans garbage entries. - let banned_authors = ['143999140878090240', '517182806359801857']; + let banned_authors = ['143999140878090240']; message.channel.send('isAuthorBanned:' + banned_authors.includes(message.author.id)); if (!banned_authors.includes(message.author.id)) {