discord-js-v14-handler icon indicating copy to clipboard operation
discord-js-v14-handler copied to clipboard

Where is the context menu handler?

Open FisbanRegner opened this issue 2 years ago • 0 comments

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.

FisbanRegner avatar Jun 25 '23 08:06 FisbanRegner