This commit is contained in:
Neko-Life 2021-07-26 15:29:40 +07:00
parent 2a518a9d85
commit dc950c1ac6

View file

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