mirror of
https://github.com/danbulant/Shasha
synced 2026-06-24 17:12:01 +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) => {
|
return exec("bash ../../.update.sh", async (xe, o, e) => {
|
||||||
if (xe || e) {
|
if (xe || e) {
|
||||||
await errLog(xe || e, msg, msg.client, true, "", true);
|
await errLog(xe || e, msg, msg.client, true, "", true);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
if (o) return trySend(msg.client, msg, o);
|
if (o) return trySend(msg.client, msg, o);
|
||||||
|
return trySend("Done");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue