forked from Supositware/Haha-Yes
have been using the wrong blacklist all this time
This commit is contained in:
parent
8877cfc009
commit
c56be606cb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class tweetCommand extends Command {
|
||||||
filter.addWords(...censor);
|
filter.addWords(...censor);
|
||||||
filter.removeWords(...uncensor);
|
filter.removeWords(...uncensor);
|
||||||
|
|
||||||
const blacklist = reload('../../json/Blacklist.json');
|
const blacklist = reload('../../json/twiBlacklist.json');
|
||||||
const channel = this.client.channels.get(twiChannel);
|
const channel = this.client.channels.get(twiChannel);
|
||||||
|
|
||||||
if (blacklist.includes(message.author.id)) {
|
if (blacklist.includes(message.author.id)) {
|
||||||
|
|
Loading…
Reference in a new issue