From d06d8c0806790dbb6acd39db7356e1d0acfe2667 Mon Sep 17 00:00:00 2001 From: Almeida Date: Fri, 31 Oct 2025 11:23:16 +0000 Subject: [PATCH] chore: update readme package list (#11218) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f3421409..2740f2852 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ This repository contains multiple packages with separate [releases][github-relea ## Packages - `discord.js` ([source][source]) - A powerful Node.js module for interacting with the Discord API +- `create-discord-bot` ([source][create-discord-bot-source]) - A CLI tool to quickly scaffold a Discord bot project - `@discordjs/brokers` ([source][brokers-source]) - A collection of brokers for use with discord.js - `@discordjs/builders` ([source][builders-source]) - A utility package for easily building Discord API payloads - `@discordjs/collection` ([source][collection-source]) - A powerful utility data structure @@ -35,10 +36,14 @@ This repository contains multiple packages with separate [releases][github-relea - `@discordjs/proxy` ([source][proxy-source]) - A wrapper around `@discordjs/rest` for running an HTTP proxy - `@discordjs/rest` ([source][rest-source]) - A module for interacting with the Discord REST API - `@discordjs/structures` ([source][structures-source]) - A wrapper around Discord's structures -- `@discordjs/voice` ([source][voice-source]) - A module for interacting with the Discord Voice API - `@discordjs/util` ([source][util-source]) - A collection of utility functions +- `@discordjs/voice` ([source][voice-source]) - A module for interacting with the Discord Voice API - `@discordjs/ws` ([source][ws-source]) - A wrapper around Discord's gateway +## Containers + +- `discordjs/proxy` ([source][proxy-container-source]) - A lightweight HTTP proxy for Discord's API + ## Links - [Website][website] ([source][website-source]) @@ -78,6 +83,7 @@ If you don't understand something in the documentation, you are experiencing pro [rpc-source]: https://github.com/discordjs/RPC [contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md [github-releases]: https://github.com/discordjs/discord.js/releases +[create-discord-bot-source]: https://github.com/discordjs/discord.js/tree/main/packages/create-discord-bot [brokers-source]: https://github.com/discordjs/discord.js/tree/main/packages/brokers [builders-source]: https://github.com/discordjs/discord.js/tree/main/packages/builders [collection-source]: https://github.com/discordjs/discord.js/tree/main/packages/collection @@ -86,7 +92,8 @@ If you don't understand something in the documentation, you are experiencing pro [proxy-source]: https://github.com/discordjs/discord.js/tree/main/packages/proxy [rest-source]: https://github.com/discordjs/discord.js/tree/main/packages/rest [structures-source]: https://github.com/discordjs/discord.js/tree/main/packages/structures -[voice-source]: https://github.com/discordjs/discord.js/tree/main/packages/voice [util-source]: https://github.com/discordjs/discord.js/tree/main/packages/util +[voice-source]: https://github.com/discordjs/discord.js/tree/main/packages/voice [ws-source]: https://github.com/discordjs/discord.js/tree/main/packages/ws +[proxy-container-source]: https://github.com/discordjs/discord.js/tree/main/packages/proxy-container [good-first-issue]: https://github.com/discordjs/discord.js/contribute