From 9d58f7f72decd46d12f3a4be678f31b1b6c3dff3 Mon Sep 17 00:00:00 2001 From: Dalton Date: Fri, 7 Dec 2018 20:23:27 -0800 Subject: [PATCH] remove debug message --- bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.js b/bot.js index 54f2902..9f6547b 100644 --- a/bot.js +++ b/bot.js @@ -573,7 +573,6 @@ client.on('message', message => { // Checks for banned author's using a hard coded list of discord ids. // Also rudely cleans garbage entries. let banned_authors = ['143999140878090240']; - message.channel.send('isAuthorBanned:' + banned_authors.includes(message.author.id)); if (!banned_authors.includes(message.author.id)) { let messageSplit = message.content.substring(2).split(' ');