have been using the wrong blacklist all this time

This commit is contained in:
Supositware 2019-03-10 01:29:54 +01:00
parent 8877cfc009
commit c56be606cb

View file

@ -34,7 +34,7 @@ class tweetCommand extends Command {
filter.addWords(...censor);
filter.removeWords(...uncensor);
const blacklist = reload('../../json/Blacklist.json');
const blacklist = reload('../../json/twiBlacklist.json');
const channel = this.client.channels.get(twiChannel);
if (blacklist.includes(message.author.id)) {