Classseedcordv0.15.0
class CommandRegistry implements Initializeable, HmrAwareclass CommandRegistry implements Initializeable, HmrAwareMember visibility
Filter class members by access level.
CommandRegistry(
core: Core,
onDeployed?:
| ((result: DeployResult) => void)
| undefined
)CommandRegistry(
core: Core,
onDeployed?:
| ((result: DeployResult) => void)
| undefined
)Showing members with Protected visibility and higher.
Properties
public readonly globalCommands: (SlashCommandBuilder | ContextMenuCommandBuilder)[]public readonly globalCommands: (SlashCommandBuilder | ContextMenuCommandBuilder)[]public readonly guildCommands: Collection<string, (SlashCommandBuilder | ContextMenuCommandBuilder)[]>public readonly guildCommands: Collection<string, (SlashCommandBuilder | ContextMenuCommandBuilder)[]>public readonly namepublic readonly name