This commit is contained in:
parent
0a7f8b9ba3
commit
0d10a15f5b
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ module.exports = {
|
||||||
execute({ message, args, prefix, client }) {
|
execute({ message, args, prefix, client }) {
|
||||||
let commands = ""
|
let commands = ""
|
||||||
let commandFiles = getSubdirFiles('commands/')
|
let commandFiles = getSubdirFiles('commands/')
|
||||||
let x = false;
|
|
||||||
let fieldName = `Page [[page]]/${Math.round(client.commands.size / 10)}`;
|
let fieldName = `Page [[page]]/${Math.round(client.commands.size / 10)}`;
|
||||||
let iteration = 0;
|
let iteration = 0;
|
||||||
let num_in_args = false;
|
let num_in_args = false;
|
||||||
|
@ -32,7 +31,6 @@ module.exports = {
|
||||||
fieldName = fieldName.replace("[[page]]", page);
|
fieldName = fieldName.replace("[[page]]", page);
|
||||||
const max_commands = iteration + 10;
|
const max_commands = iteration + 10;
|
||||||
|
|
||||||
if (x) return;
|
|
||||||
|
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setColor(15780145)
|
.setColor(15780145)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue