新着情報
サイト
- VuePress v2open in new window にアップグレード
- discord.js のサイトopen in new window に合わせた新しいテーマ
- Discord メッセージコンポーネントを @discord-message-components/vueopen in new window にアップグレードしました
- コードブロック、文法、一貫性など、多くの修正しました
ページ
すべてのコンテンツが discord.js v13 構文を使用するように更新されました。 このガイドの v12 バージョンは https://v12.discordjs.guide/open in new window にあります。
New
- Updating from v12 to v13: A list of the changes from discord.js v12 to v13
- 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
更新
- 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')