guide
guide copied to clipboard
The official guide for discord.js, created and maintained by core members of its community.
**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...
**Please describe the changes this PR makes and why it should be merged:** Add localizations
### 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. ###...
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...
### 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...
**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...
**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:...
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...