forked from Supositware/Haha-Yes
async
This commit is contained in:
parent
19f9f2daf0
commit
fb68b205a6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class BlacklistInhibitor extends Inhibitor {
|
|||
});
|
||||
}
|
||||
|
||||
exec(message) {
|
||||
async exec(message) {
|
||||
const blacklist = ['501856229123948545', '497730155691638784'];
|
||||
return blacklist.includes(message.author.id);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue