mirror of
https://github.com/danbulant/Shasha
synced 2026-05-24 12:22:00 +00:00
Disabled fixchat
This commit is contained in:
parent
a2c99a05d4
commit
a6ea4d1a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue