discord-js-v14-handler
discord-js-v14-handler copied to clipboard
Where is the context menu handler?
I'm seeing a lack of a handler for context menus. I would like to see what kind of problems arise when you add a context message or user command with the same name as your slash command. does your handler get confused and launch the incorrect code? or can it distinguish between an ApplicationCommandType.ChatInput, ApplicationCommandType.message, ApplicationCommandType.user and run the correct command.