How to make help command

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?
6 Replies
d.js toolkit
d.js toolkit5mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - 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!
d.js docs
d.js docs5mo ago
:guide: Creating Your Bot: Creating slash commands read more :guide: Message Components: Select menus read more :guide: Popular Topics: Embeds read more :guide: Message Components: Buttons read more
duck
duck5mo ago
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
NabzPlays
NabzPlays5mo ago
isn't there a limit on how many fields you can have in an embed?
d.js docs
d.js docs5mo ago
Learn more about embed limits at the Discord Developer Documentation
NabzPlays
NabzPlays5mo ago
so if i have like 40 commands then i can only fit 25 fields on each embed so i will need to first check that 25 fields have been appended o the first embed then create a new embed to append on? @Qjuh
Want results from more Discord servers?
Add your server