diff --git a/cmds/utility/fixchat.js b/cmds/utility/fixchat.js index e80977b..5f1d975 100644 --- a/cmds/utility/fixchat.js +++ b/cmds/utility/fixchat.js @@ -14,7 +14,7 @@ module.exports = class fixchat extends commando.Command { }); } async run(msg) { - const r;// = await fixChat(); + //const r = await fixChat(); if (r === 3) { return trySend(this.client, msg, "Fixed!"); } else {