how can i make a help command which lets user choose the command category which will be the different subfolders inside the command folder in VSC using a select menu and when they press on the option an embed with the names of the command and description will show up. Below the embed will be buttons allowing using to change between embeds to the next page in the first embed had reached a maximum number of commands?
#How to make help command
14 messages · Page 1 of 1 (latest)
- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
Creating Your Bot: Creating slash commands
read more
Message Components: Select menus
read more
Popular Topics: Embeds
read more
Message Components: Buttons
read more
If you're unsure how to read command files, you'll likely want to familiarize yourself with fs
If you're unsure how to paginate the embeds, there's plenty of examples of pagination in general online
in the first embed had reached a maximum number of commands
Not sure what you're referring to here
isn't there a limit on how many fields you can have in an embed?
Learn more about embed limits at the Discord Developer Documentation