crazy blacklisted

This commit is contained in:
Supositware 2019-03-26 19:37:06 +01:00
parent bc33515813
commit c503041402

View file

@ -8,7 +8,7 @@ class BlacklistInhibitor extends Inhibitor {
}
async exec(message) {
const blacklist = ['501856229123948545', '497730155691638784'];
const blacklist = ['501856229123948545', '497730155691638784', '215681880899584000'];
return blacklist.includes(message.author.id);
}
}