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