From 2a518a9d859a3b39b8336599ec3b16cf7fae9f46 Mon Sep 17 00:00:00 2001 From: Neko-Life Date: Mon, 26 Jul 2021 15:28:44 +0700 Subject: [PATCH] bruh --- 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 723cfab..42ca56b 100644 --- a/cmds/owner/update.js +++ b/cmds/owner/update.js @@ -16,7 +16,7 @@ module.exports = class update extends commando.Command { }); } async run(msg) { - return exec("bash ../../.update.sh", async (xe, o, e) => { + return exec("bash .update.sh", async (xe, o, e) => { if (xe || e) { await errLog(xe || e, msg, msg.client, true, "", true); }