diff --git a/packages/api-types/README.md b/packages/api-types/README.md
index ae54fdf..92aa50b 100644
--- a/packages/api-types/README.md
+++ b/packages/api-types/README.md
@@ -1,7 +1,6 @@
-
-# biscuit
-
-## A brand new bleeding edge non bloated Discord library
+# @biscuitland/api-types
+[
](https://github.com/oasisjs/biscuit)
+[
](https://discord.gg/XNw2RZFzaP)
@@ -12,8 +11,6 @@ npm install @biscuitland/api-types
yarn add @biscuitland/api-types
```
-for further reading join our [Discord](https://discord.gg/zqtPgyaFpV)
-
## Most importantly, api-types is:
1:1 type definitions package for the [Discord](https://discord.com/developers/docs/intro) API:
@@ -31,5 +28,5 @@ We deliver this package through [unpkg](https://unpkg.com/) and it does contain
## Links
* [Website](https://biscuitjs.com/)
* [Documentation](https://docs.biscuitjs.com/)
-* [Discord](https://discord.gg/zqtPgyaFpV)
-* [api-types](https://www.npmjs.com/package/@biscuitland/api-types)
+* [Discord](https://discord.gg/XNw2RZFzaP)
+* [core](https://www.npmjs.com/package/@biscuitland/core) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws) | [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
diff --git a/packages/cache/README.md b/packages/cache/README.md
index 36207ce..88f30a9 100644
--- a/packages/cache/README.md
+++ b/packages/cache/README.md
@@ -1,11 +1,11 @@
# @biscuitland/cache
[
](https://github.com/oasisjs/biscuit)
-[
](https://discord.gg/KfNW3CpRfJ)
+[
](https://discord.gg/XNw2RZFzaP)
Structures to create a custom cache completely decoupled from the rest of the library. You can choose to use a `MemoryCacheAdapter` or a `RedisCacheAdapter` according to your needs.
## Links
* [Website](https://biscuitjs.com/)
* [Documentation](https://docs.biscuitjs.com/)
-* [Discord](https://discord.gg/zqtPgyaFpV)
-* [cache](https://www.npmjs.com/package/@biscuitland/cache)
+* [Discord](https://discord.gg/XNw2RZFzaP)
+* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws) | [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
diff --git a/packages/core/README.md b/packages/core/README.md
index ae630ed..32d766d 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -1,6 +1,6 @@
# @biscuitland/core
[
](https://github.com/oasisjs/biscuit)
-[
](https://discord.gg/KfNW3CpRfJ)
+[
](https://discord.gg/XNw2RZFzaP)
Classes, functions and main structures to create an application with biscuit. Core contains the essentials to launch you to develop your own customized and scalable bot.
@@ -58,5 +58,5 @@ B:\project> node --experimental-fetch index.js
## Links
* [Website](https://biscuitjs.com/)
* [Documentation](https://docs.biscuitjs.com/)
-* [Discord](https://discord.gg/zqtPgyaFpV)
-* [core](https://www.npmjs.com/package/@biscuitland/core)
+* [Discord](https://discord.gg/XNw2RZFzaP)
+* [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws) | [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
diff --git a/packages/helpers/README.md b/packages/helpers/README.md
index e9d7327..da873d0 100644
--- a/packages/helpers/README.md
+++ b/packages/helpers/README.md
@@ -1,6 +1,6 @@
-# biscuit
-
-## A brand new bleeding edge non bloated Discord library
+# @biscuitland/helpers
+[
](https://github.com/oasisjs/biscuit)
+[
](https://discord.gg/XNw2RZFzaP)
@@ -11,8 +11,6 @@ npm install @biscuitland/helpers
yarn add @biscuitland/helpers
```
-for further reading join our [Discord](https://discord.gg/zmuvzzEFz2)
-
## Most importantly, helpers is:
- Collectors
- Builders
@@ -21,5 +19,5 @@ for further reading join our [Discord](https://discord.gg/zmuvzzEFz2)
## Links
* [Website](https://biscuitjs.com/)
* [Documentation](https://docs.biscuitjs.com/)
-* [Discord](https://discord.gg/zqtPgyaFpV)
-* [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
+* [Discord](https://discord.gg/XNw2RZFzaP)
+* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [ws](https://www.npmjs.com/package/@biscuitland/ws)
diff --git a/packages/rest/README.md b/packages/rest/README.md
index f98fbae..8655acb 100644
--- a/packages/rest/README.md
+++ b/packages/rest/README.md
@@ -1,6 +1,6 @@
-# biscuit
-
-## A brand new bleeding edge non bloated Discord library
+# @biscuitland/rest
+[
](https://github.com/oasisjs/biscuit)
+[
](https://discord.gg/XNw2RZFzaP)
@@ -11,8 +11,6 @@ npm install @biscuitland/rest
yarn add @biscuitland/rest
```
-for further reading join our [Discord](https://discord.gg/zqtPgyaFpV)
-
## Most importantly, biscuit's rest is:
A standalone rest library that is yet easy to use and easy to host on a serverless infrastructure, it is meant to be used with biscuit's libraries.
@@ -65,5 +63,5 @@ This package can be delivered through [unpkg](https://unpkg.com/) however is not
## Links
* [Website](https://biscuitjs.com/)
* [Documentation](https://docs.biscuitjs.com/)
-* [Discord](https://discord.gg/zqtPgyaFpV)
-* [rest](https://www.npmjs.com/package/@biscuitland/rest)
+* [Discord](https://discord.gg/XNw2RZFzaP)
+* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [ws](https://www.npmjs.com/package/@biscuitland/ws) | [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
\ No newline at end of file
diff --git a/packages/ws/README.md b/packages/ws/README.md
index 5666a39..c1dd100 100644
--- a/packages/ws/README.md
+++ b/packages/ws/README.md
@@ -1,7 +1,6 @@
-
-# biscuit
-
-## A brand new bleeding edge non bloated Discord library
+# @biscuitland/ws
+[
](https://github.com/oasisjs/biscuit)
+[
](https://discord.gg/XNw2RZFzaP)
@@ -12,8 +11,6 @@ npm install @biscuitland/ws
yarn add @biscuitland/ws
```
-for further reading join our [Discord](https://discord.gg/zqtPgyaFpV)
-
## Most importantly, biscuit's ws is:
A standalone gateway to interface Discord, it is meant to be used with a rest manager to send fetch requests to Discord
@@ -71,5 +68,5 @@ wsManager.shards();
## Links
* [Website](https://biscuitjs.com/)
* [Documentation](https://docs.biscuitjs.com/)
-* [Discord](https://discord.gg/zqtPgyaFpV)
-* [ws](https://www.npmjs.com/package/@biscuitland/ws)
+* [Discord](https://discord.gg/XNw2RZFzaP)
+* [core](https://www.npmjs.com/package/@biscuitland/core) | [api-types](https://www.npmjs.com/package/@biscuitland/api-types) | [cache](https://www.npmjs.com/package/@biscuitland/cache) | [rest](https://www.npmjs.com/package/@biscuitland/rest) | [helpers](https://www.npmjs.com/package/@biscuitland/helpers)
\ No newline at end of file