had nothing wrong

merge-requests/3/head
Supositware 5 years ago
parent 944d43ee77
commit a6f0fff503

@ -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);

@ -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);

Loading…
Cancel
Save