mirror of
https://github.com/danbulant/Shasha
synced 2026-07-05 11:00:58 +00:00
final bruh
This commit is contained in:
parent
dc950c1ac6
commit
fd1b586285
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ module.exports = class update extends commando.Command {
|
||||||
await errLog(xe || e, msg, msg.client, true, "", true);
|
await errLog(xe || e, msg, msg.client, true, "", true);
|
||||||
}
|
}
|
||||||
if (o) return trySend(msg.client, msg, o);
|
if (o) return trySend(msg.client, msg, o);
|
||||||
return trySend("Done");
|
return trySend(msg.client, msg, "Done");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue