Where can I find the SlashCommandBuilder and all related subfunctions in the documentation?
I can't seem to find any of the functions in https://discord.js.org/#/docs/discord.js/main/general/welcome
Trying to find the details of the
.addIntegerOption()
subfunctions, so I can figure out how to add min/max values to the option.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
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
change this to builders
Perfect, thank you!