How do you initialise a UserSelectMenu?
As per title, how do you do it?
As of right now, I only see MessageSelectMenu available for use and cannot import anything "user select menu" related.
Here's my dependencies.
Solution:Jump to solution
UserSelectMenu is not in DiscordJS v13
so update to DiscordJS v14 and Sapphire v4
and it will just™️ work™️
Other than that refer to https://www.sapphirejs.dev/docs/Guide/application-commands/interaction-handlers/select-menus but where-ever it says StringSelectMenu just do UserSelectMenu....
1 Reply
Solution
UserSelectMenu is not in DiscordJS v13
so update to DiscordJS v14 and Sapphire v4
and it will just™️ work™️
Other than that refer to https://www.sapphirejs.dev/docs/Guide/application-commands/interaction-handlers/select-menus but where-ever it says StringSelectMenu just do UserSelectMenu.