guide
guide copied to clipboard
The official guide for discord.js, created and maintained by core members of its community.
**Please describe the changes this PR makes and why it should be merged:** - Prefer the usage of enums - Replace the deprecated `underscore` formatter with `underline`
### Is your feature request related to a problem? Please describe. Most people have a problem understanding the structure of the folders when it comes to command handlers in the...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.16 to 2.9.17. Changelog Sourced from vite's changelog. 2.9.17 (2024-01-19) fix: port #15653 to v3 (#15655) (0cd769c), closes #15653 #15655 Commits 3441f12 release: v2.9.17 0cd769c fix: port...
Implicit grant flow is recommended by the guide for SPAs, however the IETF does not recommend using Implicit grant flow in any scenario, preferring the Authorization code grant.
Create a guide for seeking audio resources. **Please describe the changes this PR makes and why it should be merged:** Explain how to seek audio resources with raw discord.js and...
**Please describe the changes this PR makes and why it should be merged:** - Use descriptive parameter names in events
This portion of the guide is confusing because it does not work with a previous section title ["Command Categories"](https://discordjs.guide/creating-your-bot/command-handling.html#command-categories) which has the user move commands in to subcommand folders. The...
**Please describe the changes this PR makes and why it should be merged:** - Adds instructions for `bun` package manager Some additional info: - The guide builds successfully with `npm...
### Is your feature request related to a problem? Please describe. The issue at hand is that the embed section lacks consistent code snippet references, as compared to the creating...
### Is your feature request related to a problem? Please describe. The Cooldowns page provides code solely based on the Command Handler, but doesn't take into account that the Event...