StringSelectMenuBuilder
This: https://old.discordjs.dev/#/docs/discord.js/main/class/StringSelectMenuOptionBuilder
seems to be missing some set methods like set label, set description
and this:
https://discord.js.org/docs/packages/builders/1.6.3/SelectMenuOptionBuilder:Class
is a 404 not found
builders
Discord.js API Documentation
Discord.js
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
4 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.I discovered this when having an error with a string select menu builder error saying I didn't set the style of the options, but the docs don't show that method.
the link is incorrect then
I understand that I had to do something similar the other day! thank you!