guide icon indicating copy to clipboard operation
guide copied to clipboard

The official guide for discord.js, created and maintained by core members of its community.

Results 78 guide issues
Sort by recently updated
recently updated
newest added

**Please describe the changes this PR makes and why it should be merged:** Adding more info about Auditlogs like who unbanned user.

**Please describe the changes this PR makes and why it should be merged:** The original section for "How do I unban a user?" uses `.get(...).value` instead of `.getUser(...)` which is...

- Fixes warnings from the `no-trailing-spaces` ESLint rule - Modifies `no-trailing-spaces` to always error - Miscellaneous changes to the text (capitalisation)

This is a general work-in-progress that started as an attempt to add a bit more exposition to sections of the guide, and explain the reasoning behind why things are done...

This tripped me up for a few hours; the v14 discord API wasn't complaining that I was using `"BUTTON"` over `ComponentType.Button` like it would when I used `"PRIMARY"` over `ButtonStyle.Primary`....

**Please describe the changes this PR makes and why it should be merged:** This PR aims to address the concerns brought up in #1147.

**Please describe the changes this PR makes and why it should be merged:** - Removes usage of `@discordjs/rest` as everything is now re-exported in djs itself. - Adds back the...

type: version update

# Why Once someone finishes the guide and makes the world's next **best** bot the main thing going through their head is. "how to make the bot stay online without...

t: page/section addition

**Describe the bug** On most codeblocks on the guide, the line numbers will overflow onto the main page resulting in some really ugly ui. **To Reproduce** Specific example [here](https://discordjs.guide/interactions/registering-slash-commands.html#guild-commands) Scroll...

type: bug

**Please describe the changes this PR makes and why it should be merged:** #1122 Adding JSON objects as an alternative option to builders will allow advanced developers to ~~copy paste~~...

type: enhancement