Section titled What's newWhat's new
discord.js
used/upgrade
Guide Bot BOTToday at 21:00
discord.js v14 has released and the guide has been updated!
This includes additions and changes made in Discord, such as slash commands and message components.
Section titled SiteSite
We have moved from VuePress to Next.js! The source can be found here.
Section titled PagesPages
All content has been updated to use discord.js v14 syntax. The v13 version of the guide can be found at https://v13.discordjs.guide.
Section titled NewNew
- Updating from v13 to v14: A list of the changes from discord.js v13 to v14
- Slash commands: Registering, replying to slash commands and permissions
- Buttons: Building, sending, and receiving buttons
- Select menus: Building, sending, and receiving select menus
- Threads: Creating and managing threads
- Builders: A collection of builders to use with your bot
Section titled UpdatedUpdated
- Commando: Replaced with Sapphire
- Voice: Rewritten to use the
@discordjs/voice
package - Command handling: Updated to use slash commands
- Obsolete sections removed
client.on('message')
snippets updated toclient.on(Events.InteractionCreate)
Guide Bot BOTToday at 21:00
Thank you to all of those that contributed to the development of discord.js and the guide!