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);