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

**Describe the bug** The receiving audio section in the v13 guide is missing **To Reproduce** 1. Go to 'Voice' 2. Search 'receiving audio.' 3. See it not there **Device (please...

type: bug
meta: voice

**Please describe the changes this PR makes and why it should be merged:** Add localizations

t: page/section addition
reason: Discord
s: waiting for release

### Is your feature request related to a problem? Please describe. The current version seems to be using some extended tag command that doesn't really make sense as is. ###...

t: request

Add a changelog channel where if anything new is added to the guide then it should be mentioned there because sometimes i cannot know if anything is added to the...

t: request
meta: roadmap

### Is your feature request related to a problem? Please describe. Advanced users may prefer not to use builders ### Describe the solution you'd like Cover raw payloads as an...

t: request
meta: roadmap

**Is your feature request related to a problem? Please describe.** The guide shows how to make a command and event handler, which is really great! Normally, a newbie to Discord.js...

t: request

**Describe the bug** Hyperlinks in containers don't look particularly good. At a first glance (at least to me), it's not immediately apparent something is a hyperlink. Take this for example:...

type: bug

The style used in the following excerpt is confusing. ```js const { SlashCommandBuilder } = require('@discordjs/builders'); const data = new SlashCommandBuilder() .setName('echo') .setDescription('Replies with your input!') .addStringOption(option => option.setName('input') .setDescription('The...

**Describe the bug** https://discordjs.guide/interactions/registering-slash-commands.html uses the REST method to register commands while on https://discordjs.guide/interactions/registering-slash-commands.html#guild-commands it follows the old ApplicationCommandManager method as such, the "defaultPermission" tag won't work for people who...

type: bug