Skip to content

Commit d06d8c0

Browse files
chore: update readme package list (#11218)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent d8b9134 commit d06d8c0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This repository contains multiple packages with separate [releases][github-relea
2727
## Packages
2828

2929
- `discord.js` ([source][source]) - A powerful Node.js module for interacting with the Discord API
30+
- `create-discord-bot` ([source][create-discord-bot-source]) - A CLI tool to quickly scaffold a Discord bot project
3031
- `@discordjs/brokers` ([source][brokers-source]) - A collection of brokers for use with discord.js
3132
- `@discordjs/builders` ([source][builders-source]) - A utility package for easily building Discord API payloads
3233
- `@discordjs/collection` ([source][collection-source]) - A powerful utility data structure
@@ -35,10 +36,14 @@ This repository contains multiple packages with separate [releases][github-relea
3536
- `@discordjs/proxy` ([source][proxy-source]) - A wrapper around `@discordjs/rest` for running an HTTP proxy
3637
- `@discordjs/rest` ([source][rest-source]) - A module for interacting with the Discord REST API
3738
- `@discordjs/structures` ([source][structures-source]) - A wrapper around Discord's structures
38-
- `@discordjs/voice` ([source][voice-source]) - A module for interacting with the Discord Voice API
3939
- `@discordjs/util` ([source][util-source]) - A collection of utility functions
40+
- `@discordjs/voice` ([source][voice-source]) - A module for interacting with the Discord Voice API
4041
- `@discordjs/ws` ([source][ws-source]) - A wrapper around Discord's gateway
4142

43+
## Containers
44+
45+
- `discordjs/proxy` ([source][proxy-container-source]) - A lightweight HTTP proxy for Discord's API
46+
4247
## Links
4348

4449
- [Website][website] ([source][website-source])
@@ -78,6 +83,7 @@ If you don't understand something in the documentation, you are experiencing pro
7883
[rpc-source]: https://github.com/discordjs/RPC
7984
[contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md
8085
[github-releases]: https://github.com/discordjs/discord.js/releases
86+
[create-discord-bot-source]: https://github.com/discordjs/discord.js/tree/main/packages/create-discord-bot
8187
[brokers-source]: https://github.com/discordjs/discord.js/tree/main/packages/brokers
8288
[builders-source]: https://github.com/discordjs/discord.js/tree/main/packages/builders
8389
[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
8692
[proxy-source]: https://github.com/discordjs/discord.js/tree/main/packages/proxy
8793
[rest-source]: https://github.com/discordjs/discord.js/tree/main/packages/rest
8894
[structures-source]: https://github.com/discordjs/discord.js/tree/main/packages/structures
89-
[voice-source]: https://github.com/discordjs/discord.js/tree/main/packages/voice
9095
[util-source]: https://github.com/discordjs/discord.js/tree/main/packages/util
96+
[voice-source]: https://github.com/discordjs/discord.js/tree/main/packages/voice
9197
[ws-source]: https://github.com/discordjs/discord.js/tree/main/packages/ws
98+
[proxy-container-source]: https://github.com/discordjs/discord.js/tree/main/packages/proxy-container
9299
[good-first-issue]: https://github.com/discordjs/discord.js/contribute

0 commit comments

Comments
 (0)