This commit is contained in:
Neko-Life 2021-07-26 15:26:48 +07:00
parent 885e9cf737
commit 36c8e2dc38

View file

@ -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");
});
}
};