Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 997 Bytes

File metadata and controls

29 lines (15 loc) · 997 Bytes

Helpful Docs

A place to put helpful docs.

General

https://discordjs.guide has nearly everything one could possibly want to know about DiscordJS.

Updating from v12 to v13

It seems like only messages responding to interactions can be ephemeral, but you can still attach the ephemeral property and not break anything even if not responding to an interaction.

Permissions

Intents

for discord.js v13 (and by extension, Discord API v8), intents are required on initialization.

List of intents can be found here: https://discord.com/developers/docs/topics/gateway#list-of-intents

discord.js intents class docs: https://discord.js.org/#/docs/main/stable/class/Intents

Slash Commands

When responding to the slash commands, it looks like a reply is needed or else it will say the interaction failed?

Embeds

https://discordjs.guide/popular-topics/embeds.html