Remove unused variable
All checks were successful
CI / CI (push) Successful in 1m22s

This commit is contained in:
SileNce5k 2025-05-04 21:58:01 +02:00
parent 0a7f8b9ba3
commit 0d10a15f5b
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

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