diff --git a/cmds/owner/update.js b/cmds/owner/update.js index 1f355e5..723cfab 100644 --- a/cmds/owner/update.js +++ b/cmds/owner/update.js @@ -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"); }); } }; \ No newline at end of file