Disabled fixchat

This commit is contained in:
Neko Life 2021-06-01 10:50:48 +00:00
parent a2c99a05d4
commit a6ea4d1a5e

View file

@ -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 {