




Please note that the register*Command methods accept both an @discordjs/builders builder or an object like how client.application.commands.create does.

Please note that the register*Command methods accept both an @discordjs/builders builder or an object like how client.application.commands.create does. UnknownChatInputCommand: 'unknownChatInputCommand' as const,
CommandDoesNotHaveChatInputCommandHandler: 'commandDoesNotHaveChatInputCommandHandler' as const,
PreChatInputCommandRun: 'preChatInputCommandRun' as const,
ChatInputCommandDenied: 'chatInputCommandDenied' as const,
ChatInputCommandAccepted: 'chatInputCommandAccepted' as const,
ChatInputCommandRun: 'chatInputCommandRun' as const,
ChatInputCommandSuccess: 'chatInputCommandSuccess' as const,
ChatInputCommandError: 'chatInputCommandError' as const,
ChatInputCommandFinish: 'chatInputCommandFinish' as const