This commit is contained in:
Neko-Life 2021-07-26 15:12:12 +07:00
parent 13d19ad0c1
commit 885e9cf737

View file

@ -16,7 +16,7 @@ module.exports = class update extends commando.Command {
});
}
async run(msg) {
return exec("bash ../../.update.sh", (xe, o, e) => {
return exec("bash ../../.update.sh", async (xe, o, e) => {
if (xe || e) {
await errLog(xe || e, msg, msg.client, true, "", true);
return;