From 0d10a15f5bf1230e0b955ff664ff3321e875d73e Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 4 May 2025 21:58:01 +0200 Subject: [PATCH] Remove unused variable --- commands/info/help.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/info/help.js b/commands/info/help.js index 36ed658..da05e34 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -13,7 +13,6 @@ module.exports = { execute({ message, args, prefix, client }) { let commands = "" let commandFiles = getSubdirFiles('commands/') - let x = false; let fieldName = `Page [[page]]/${Math.round(client.commands.size / 10)}`; let iteration = 0; let num_in_args = false; @@ -32,7 +31,6 @@ module.exports = { fieldName = fieldName.replace("[[page]]", page); const max_commands = iteration + 10; - if (x) return; const embed = new EmbedBuilder() .setColor(15780145)