switchblade
switchblade copied to clipboard
discord.js docs search command
Just like what MDN Duh does with JavaScript docs, we could have a command that searches and displays information about d.js.
All of the information from the docs is available in JSON form here: https://github.com/discordjs/discord.js/tree/docs
We could then use JSDelivr to fetch it: https://cdn.jsdelivr.net/gh/discordjs/discord.js@docs/stable.json
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.