forked from Supositware/Haha-Yes
fixed
This commit is contained in:
parent
a6f0fff503
commit
ee912b910e
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ class tweetCommand extends Command {
|
|||
async exec(message, args) {
|
||||
let censor = reload('../../json/twitter/censor.json');
|
||||
let uncensor = reload('../../json/twitter/uncensor.json');
|
||||
filter.addWords(censor);
|
||||
filter.removeWords(uncensor);
|
||||
filter.addWords(...censor);
|
||||
filter.removeWords(...uncensor);
|
||||
|
||||
const blacklist = reload('../../json/twiBlacklist.json');
|
||||
const channel = this.client.channels.get(twiChannel);
|
||||
|
|
Loading…
Reference in a new issue