some mad kid
This commit is contained in:
parent
447ac5cad7
commit
b4130c38c9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class serverblacklistInhibitor extends Inhibitor {
|
||||||
}
|
}
|
||||||
|
|
||||||
async exec(message) {
|
async exec(message) {
|
||||||
const blacklist = [];
|
const blacklist = ['595100178915262464'];
|
||||||
return blacklist.includes(message.guild.id);
|
return blacklist.includes(message.guild.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue