add channels #content #tweets to filter list

This commit is contained in:
MSFTserver 2017-10-30 11:38:03 -07:00 committed by GitHub
parent b0d01502d9
commit 8fd8317f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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){