From 8fd8317f459bb7b0f6e6bbb1355276f52949aa82 Mon Sep 17 00:00:00 2001 From: MSFTserver Date: Mon, 30 Oct 2017 11:38:03 -0700 Subject: [PATCH] add channels #content #tweets to filter list --- bot/modules/spam-detection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/spam-detection.js b/bot/modules/spam-detection.js index 08b189c..f0142e1 100644 --- a/bot/modules/spam-detection.js +++ b/bot/modules/spam-detection.js @@ -26,7 +26,7 @@ exports.antiSpam = function(bot) { bot.on('message', msg => { - if(hasPerms(msg) == true || msg.author.id == "372832162572926987" || msg.author.id == "363343989442609152" || msg.channel.id == "363044275363119105") { + if(hasPerms(msg) == true || msg.author.id == "372832162572926987" || msg.author.id == "363343989442609152" || msg.channel.id == "363044275363119105" || msg.channel.id == "363044260938776576" || msg.channel.id == "363086719391629326") { return } if(msg.author.id != bot.user.id){