What's new
Site
- Upgraded to VuePress v2open in new window
- New theme made to match the discord.js documentation siteopen in new window
- Discord message components upgraded to @discord-message-components/vueopen in new window
- Many fixes in code blocks, grammar, consistency, etc.
Pages
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/open in new window.
New
- 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
- Formatters: A collection of formatters to use with your bot
Updated
- Commando: Replaced with Sapphireopen in new window
- Voice: Rewritten to use the
@discordjs/voice
open in new window package - Command handling: Updated to use slash commands
- Obsolete sections removed
client.on('message')
snippets updated toclient.on('interactionCreate')