Kirollos / Oxide.Ext.Discord

Discord extension and integration
https://umod.org/extensions/discord
MIT License
4 stars 5 forks source link

Fix SelectMenu interactions broken #50

Closed philipodev closed 2 years ago

philipodev commented 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

dassjosh commented 2 years ago

Merged and to be included with the next release. Thanks for the fixes 😄