blacklist someone else
This commit is contained in:
parent
38c4d3cd81
commit
0fce3c25fd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class BlacklistInhibitor extends Inhibitor {
|
||||||
}
|
}
|
||||||
|
|
||||||
async exec(message) {
|
async exec(message) {
|
||||||
const blacklist = ['501856229123948545', '497730155691638784', '215681880899584000'];
|
const blacklist = ['501856229123948545', '497730155691638784', '215681880899584000', '29476879240658944'];
|
||||||
return blacklist.includes(message.author.id);
|
return blacklist.includes(message.author.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue