mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
add channels #content #tweets to filter list
This commit is contained in:
parent
b0d01502d9
commit
8fd8317f45
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Reference in a new issue