Update blacklist

merge-requests/4/head
loicbersier 5 years ago
parent b190f98713
commit 7ef84c3887

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

Loading…
Cancel
Save