diff --git a/packages/actions/README.md b/packages/actions/README.md
index a70b9c2ba..d1a9eca44 100644
--- a/packages/actions/README.md
+++ b/packages/actions/README.md
@@ -6,45 +6,23 @@
-
-
-
-## Installation
-
-**Node.js 16.9.0 or newer is required.**
-
-```sh-session
-npm install @discordjs/builders
-yarn add @discordjs/builders
-pnpm add @discordjs/builders
-```
-
-## Examples
-
-Here are some examples for the builders and utilities you can find in this package:
-
-- [Slash Command Builders](https://github.com/discordjs/discord.js/blob/main/packages/builders/docs/examples/Slash%20Command%20Builders.md)
-
## Links
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
-- [Documentation](https://discord.js.org/#/docs/builders)
+- [Documentation](https://discord.js.org/#/docs)
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
- [Discord API Discord server](https://discord.gg/discord-api)
-- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/builders)
-- [npm](https://www.npmjs.com/package/@discordjs/builders)
+- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/scripts)
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
## Contributing
-Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
-[documentation](https://discord.js.org/#/docs/builders).
See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
## Help
diff --git a/packages/actions/codecov.yml b/packages/actions/codecov.yml
deleted file mode 100644
index 4d0b154aa..000000000
--- a/packages/actions/codecov.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-coverage:
- status:
- project:
- default:
- target: 70%
- threshold: 5%
- patch:
- default:
- target: 70%
- threshold: 5%
diff --git a/packages/actions/package.json b/packages/actions/package.json
index e716f07af..cc4ead4ab 100644
--- a/packages/actions/package.json
+++ b/packages/actions/package.json
@@ -64,7 +64,6 @@
"jest": "^28.1.0",
"prettier": "^2.6.2",
"tsup": "^6.0.1",
- "typedoc": "^0.22.17",
"typescript": "^4.7.3"
},
"engines": {
diff --git a/packages/builders/.versionrc b/packages/builders/.versionrc
deleted file mode 100644
index 954a66d43..000000000
--- a/packages/builders/.versionrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "releaseCommitMessageFormat": "chore(Release): publish"
-}
diff --git a/packages/builders/README.md b/packages/builders/README.md
index a70b9c2ba..8f0a4230a 100644
--- a/packages/builders/README.md
+++ b/packages/builders/README.md
@@ -9,7 +9,6 @@
-
diff --git a/packages/builders/codecov.yml b/packages/builders/codecov.yml
deleted file mode 100644
index 4d0b154aa..000000000
--- a/packages/builders/codecov.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-coverage:
- status:
- project:
- default:
- target: 70%
- threshold: 5%
- patch:
- default:
- target: 70%
- threshold: 5%
diff --git a/packages/collection/.versionrc b/packages/collection/.versionrc
deleted file mode 100644
index 954a66d43..000000000
--- a/packages/collection/.versionrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "releaseCommitMessageFormat": "chore(Release): publish"
-}
diff --git a/packages/collection/README.md b/packages/collection/README.md
index 12acb1f08..f5ac07f31 100644
--- a/packages/collection/README.md
+++ b/packages/collection/README.md
@@ -30,9 +30,13 @@ pnpm add @discordjs/collection
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
- [Documentation](https://discord.js.org/#/docs/collection)
+- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
+ See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
+- [Discord API Discord server](https://discord.gg/discord-api)
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/collection)
- [npm](https://www.npmjs.com/package/@discordjs/collection)
+- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
## Contributing
diff --git a/packages/discord.js/README.md b/packages/discord.js/README.md
index a8057dbc2..5688bebf6 100644
--- a/packages/discord.js/README.md
+++ b/packages/discord.js/README.md
@@ -107,7 +107,7 @@ client.login('token');
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
- [Discord API Discord server](https://discord.gg/discord-api)
-- [GitHub](https://github.com/discordjs/discord.js)
+- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/discord.js)
- [npm](https://www.npmjs.com/package/discord.js)
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
diff --git a/packages/proxy/README.md b/packages/proxy/README.md
index 8c467de21..b4b69e98a 100644
--- a/packages/proxy/README.md
+++ b/packages/proxy/README.md
@@ -30,9 +30,13 @@ pnpm add @discordjs/proxy
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
- [Documentation](https://discord.js.org/#/docs/proxy)
+- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
+ See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
+- [Discord API Discord server](https://discord.gg/discord-api)
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/proxy)
- [npm](https://www.npmjs.com/package/@discordjs/proxy)
+- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
## Contributing
diff --git a/packages/rest/README.md b/packages/rest/README.md
index 6b2a229f1..0bb1c4916 100644
--- a/packages/rest/README.md
+++ b/packages/rest/README.md
@@ -74,7 +74,9 @@ try {
## Links
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
-- [Dev documentation](https://discord.js.org/#/docs/rest/main/general/welcome) (stable coming soon)
+- [Documentation](https://discord.js.org/#/docs/rest)
+- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
+ See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
- [Discord API Discord server](https://discord.gg/discord-api)
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/rest)
@@ -84,7 +86,7 @@ try {
## Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
-[documentation](https://discord.js.org/#/docs/rest/main/general/welcome).
+[documentation](https://discord.js.org/#/docs/rest).
See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
## Help
diff --git a/packages/rest/codecov.yml b/packages/rest/codecov.yml
deleted file mode 100644
index 93e3ecc8b..000000000
--- a/packages/rest/codecov.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-coverage:
- status:
- project:
- default:
- target: 75%
- threshold: 5%
- patch:
- default:
- target: 75%
- threshold: 5%
diff --git a/packages/voice/.versionrc b/packages/voice/.versionrc
deleted file mode 100644
index 954a66d43..000000000
--- a/packages/voice/.versionrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "releaseCommitMessageFormat": "chore(Release): publish"
-}
diff --git a/packages/voice/README.md b/packages/voice/README.md
index ef6d534e4..b64f7d6e4 100644
--- a/packages/voice/README.md
+++ b/packages/voice/README.md
@@ -9,8 +9,6 @@
-
-
@@ -66,10 +64,14 @@ try installing another.
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
- [Documentation](https://discord.js.org/#/docs/voice)
-- [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples)
+- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
+ See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
+- [Discord API Discord server](https://discord.gg/discord-api)
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/voice)
- [npm](https://www.npmjs.com/package/@discordjs/voice)
+- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
+- [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples)
## Contributing
diff --git a/yarn.lock b/yarn.lock
index 888d2d701..8d57cc034 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1902,7 +1902,6 @@ __metadata:
prettier: ^2.6.2
tslib: ^2.4.0
tsup: ^6.0.1
- typedoc: ^0.22.17
typescript: ^4.7.3
languageName: unknown
linkType: soft
@@ -2056,6 +2055,31 @@ __metadata:
languageName: unknown
linkType: soft
+"@discordjs/scripts@workspace:packages/scripts":
+ version: 0.0.0-use.local
+ resolution: "@discordjs/scripts@workspace:packages/scripts"
+ dependencies:
+ "@babel/core": ^7.18.2
+ "@babel/plugin-proposal-decorators": ^7.18.2
+ "@babel/preset-env": ^7.18.2
+ "@babel/preset-typescript": ^7.17.12
+ "@types/jest": ^28.1.0
+ "@types/node": ^16.11.38
+ "@typescript-eslint/eslint-plugin": ^5.27.0
+ "@typescript-eslint/parser": ^5.27.0
+ babel-plugin-transform-typescript-metadata: ^0.3.2
+ eslint: ^8.17.0
+ eslint-config-marine: ^9.4.1
+ eslint-config-prettier: ^8.5.0
+ eslint-plugin-import: ^2.26.0
+ jest: ^28.1.0
+ prettier: ^2.6.2
+ tslib: ^2.4.0
+ tsup: ^6.0.1
+ typescript: ^4.7.3
+ languageName: unknown
+ linkType: soft
+
"@discordjs/ts-docgen@npm:^0.4.1":
version: 0.4.1
resolution: "@discordjs/ts-docgen@npm:0.4.1"