mirror of
https://github.com/danbulant/Shasha
synced 2026-06-14 03:41:12 +00:00
update
This commit is contained in:
parent
885e9cf737
commit
36c8e2dc38
1 changed files with 1 additions and 1 deletions
|
|
@ -19,9 +19,9 @@ module.exports = class update extends commando.Command {
|
|||
return exec("bash ../../.update.sh", async (xe, o, e) => {
|
||||
if (xe || e) {
|
||||
await errLog(xe || e, msg, msg.client, true, "", true);
|
||||
return;
|
||||
}
|
||||
if (o) return trySend(msg.client, msg, o);
|
||||
return trySend("Done");
|
||||
});
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue