mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
docs: Add structures to main README.md (#11008)
docs: Add structures to main Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,7 @@ This repository contains multiple packages with separate [releases][github-relea
|
|||||||
- `@discordjs/formatters` ([source][formatters-source]) - A collection of functions for formatting strings
|
- `@discordjs/formatters` ([source][formatters-source]) - A collection of functions for formatting strings
|
||||||
- `@discordjs/proxy` ([source][proxy-source]) - A wrapper around `@discordjs/rest` for running an HTTP proxy
|
- `@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/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/voice` ([source][voice-source]) - A module for interacting with the Discord Voice API
|
||||||
- `@discordjs/util` ([source][util-source]) - A collection of utility functions
|
- `@discordjs/util` ([source][util-source]) - A collection of utility functions
|
||||||
- `@discordjs/ws` ([source][ws-source]) - A wrapper around Discord's gateway
|
- `@discordjs/ws` ([source][ws-source]) - A wrapper around Discord's gateway
|
||||||
@@ -83,6 +84,7 @@ If you don't understand something in the documentation, you are experiencing pro
|
|||||||
[formatters-source]: https://github.com/discordjs/discord.js/tree/main/packages/formatters
|
[formatters-source]: https://github.com/discordjs/discord.js/tree/main/packages/formatters
|
||||||
[proxy-source]: https://github.com/discordjs/discord.js/tree/main/packages/proxy
|
[proxy-source]: https://github.com/discordjs/discord.js/tree/main/packages/proxy
|
||||||
[rest-source]: https://github.com/discordjs/discord.js/tree/main/packages/rest
|
[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
|
[voice-source]: https://github.com/discordjs/discord.js/tree/main/packages/voice
|
||||||
[util-source]: https://github.com/discordjs/discord.js/tree/main/packages/util
|
[util-source]: https://github.com/discordjs/discord.js/tree/main/packages/util
|
||||||
[ws-source]: https://github.com/discordjs/discord.js/tree/main/packages/ws
|
[ws-source]: https://github.com/discordjs/discord.js/tree/main/packages/ws
|
||||||
|
|||||||
Reference in New Issue
Block a user