had nothing wrong

This commit is contained in:
Supositware 2019-02-26 15:24:28 +01:00
parent 944d43ee77
commit a6f0fff503
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,8 @@ class censorCommand extends Command {
async exec(message, args) {
let word = args.word;
word = word.toLowerCase();
let words = [];
let json = JSON.stringify(words);

View file

@ -24,7 +24,9 @@ class uncensorCommand extends Command {
async exec(message, args) {
let word = args.word;
word = word.toLowerCase();
let words = [];
let json = JSON.stringify(words);