1
0
Fork 0

same mad kid

akairo
loicbersier 5 years ago
parent b4130c38c9
commit 5c07a5096e

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

Loading…
Cancel
Save