From fd1b5862857064482faa2f337cf206ef412324e2 Mon Sep 17 00:00:00 2001 From: Neko-Life Date: Mon, 26 Jul 2021 15:30:59 +0700 Subject: [PATCH] final 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 b40752f..165bb6b 100644 --- a/cmds/owner/update.js +++ b/cmds/owner/update.js @@ -21,7 +21,7 @@ module.exports = class update extends commando.Command { await errLog(xe || e, msg, msg.client, true, "", true); } if (o) return trySend(msg.client, msg, o); - return trySend("Done"); + return trySend(msg.client, msg, "Done"); }); } }; \ No newline at end of file