Closed philipodev closed 2 years ago
SelectMenu interactions is currently completely broken.
This fix changes the "custom_id" => "options" to match the reference here: https://discord.com/developers/docs/interactions/message-components#select-menus
It also changes the deserializing of interaction events from select menus.
Fixes #48
Merged and to be included with the next release. Thanks for the fixes 😄
SelectMenu interactions is currently completely broken.
This fix changes the "custom_id" => "options" to match the reference here: https://discord.com/developers/docs/interactions/message-components#select-menus
It also changes the deserializing of interaction events from select menus.
Fixes #48