This commit is contained in:
loicbersier 2019-05-30 18:40:47 +02:00
parent 8527f1f319
commit df01cf2ea7

View file

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