This commit is contained in:
Neko-Life 2021-07-26 15:11:07 +07:00
parent 8bd14b54fa
commit 13d19ad0c1

View file

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