Fixed help page generator still attempting to register moderation commands
This commit is contained in:
parent
2a3f84f628
commit
87e2e56ef0
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ Default prefix is \`&\`.
|
||||||
const params = collections.info.get(command).params;
|
const params = collections.info.get(command).params;
|
||||||
if (category === 1) {
|
if (category === 1) {
|
||||||
categories.general.push(`+ **${command}**${params ? ` ${params}` : ""} - ${description}`);
|
categories.general.push(`+ **${command}**${params ? ` ${params}` : ""} - ${description}`);
|
||||||
} else if (category === 2) {
|
|
||||||
categories.moderation.push(`+ **${command}**${params ? ` ${params}` : ""} - ${description}`);
|
|
||||||
} else if (category === 3) {
|
} else if (category === 3) {
|
||||||
const subCommands = [...Object.keys(description)];
|
const subCommands = [...Object.keys(description)];
|
||||||
for (const subCommand of subCommands) {
|
for (const subCommand of subCommands) {
|
||||||
|
|
Loading…
Reference in a new issue