From 86aca682a3b57aa1e3473036587b2e3299ce9118 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Tue, 3 Jan 2023 14:01:14 +1100 Subject: [PATCH] fix --- commands/moderation/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/moderation/list.js b/commands/moderation/list.js index 44b096a..bbdef3c 100644 --- a/commands/moderation/list.js +++ b/commands/moderation/list.js @@ -12,7 +12,7 @@ module.exports = { guildOnly: true, permissions: "SEND_MESSAGES", async execute(message, args) { - if (args) { + if (args.length > 1) { return message.reply("fuck bro your confusing me with all them words"); } else { console.log(host);