try to get me banned

This commit is contained in:
loicbersier 2019-10-05 21:42:11 +02:00
parent 578c1a4a94
commit 4aae6fa940

View file

@ -8,7 +8,7 @@ class serverblacklistInhibitor extends Inhibitor {
}
async exec(message) {
const blacklist = ['595100178915262464'];
const blacklist = ['595100178915262464', '630127127450091521'];
return blacklist.includes(message.guild.id);
}
}