mirror of
https://github.com/danbulant/Shasha
synced 2026-05-27 13:51:53 +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) {
|
async run(msg) {
|
||||||
const r;// = await fixChat();
|
//const r = await fixChat();
|
||||||
if (r === 3) {
|
if (r === 3) {
|
||||||
return trySend(this.client, msg, "Fixed!");
|
return trySend(this.client, msg, "Fixed!");
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue