Skip to content

commands/utility/help

/help command — lists all available bot commands grouped by category.

Dynamically scans the commands/ directory, imports each module, and builds embed pages per folder. Commands with a permissions export are hidden from users who lack the required permission.

const data: SlashCommandBuilder

Defined in: commands/utility/help.ts:18

execute(interaction): Promise<void>

Defined in: commands/utility/help.ts:22

CommandInteraction

Promise<void>