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.
Variables
Section titled “Variables”
constdata:SlashCommandBuilder
Defined in: commands/utility/help.ts:18
Functions
Section titled “Functions”execute()
Section titled “execute()”execute(
interaction):Promise<void>
Defined in: commands/utility/help.ts:22
Parameters
Section titled “Parameters”interaction
Section titled “interaction”CommandInteraction
Returns
Section titled “Returns”Promise<void>