From 36c8e2dc387cdb747fd65b8debee438de359a6d7 Mon Sep 17 00:00:00 2001 From: Neko-Life Date: Mon, 26 Jul 2021 15:26:48 +0700 Subject: [PATCH] update --- cmds/owner/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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