From be8c15edc8b11c9bb17347f7ee77949465632c46 Mon Sep 17 00:00:00 2001
From: Intel Core i9 9900K <140819896+not-core-i9@users.noreply.github.com>
Date: Fri, 6 Oct 2023 10:51:17 +0300
Subject: [PATCH 1/3] use warning for callout
---
apps/docs/pages/docs/commandkit-setup.mdx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/apps/docs/pages/docs/commandkit-setup.mdx b/apps/docs/pages/docs/commandkit-setup.mdx
index b2a12853..8702ef90 100644
--- a/apps/docs/pages/docs/commandkit-setup.mdx
+++ b/apps/docs/pages/docs/commandkit-setup.mdx
@@ -99,7 +99,9 @@ This is a simple overview of how to set up CommandKit with all the available opt
-Some Discord.js properties are only accessible using the correct intents.
+
+ Some Discord.js properties are only accessible using the correct intents.
+
## CommandKit options
From 907c7c3e09f0b8aba222145125eb076b3868ddb7 Mon Sep 17 00:00:00 2001
From: Intel Core i9 9900K <140819896+not-core-i9@users.noreply.github.com>
Date: Fri, 6 Oct 2023 10:52:22 +0300
Subject: [PATCH 2/3] npm2yarn development version
---
apps/docs/pages/docs/installation.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/docs/pages/docs/installation.mdx b/apps/docs/pages/docs/installation.mdx
index 28c4a590..a6262023 100644
--- a/apps/docs/pages/docs/installation.mdx
+++ b/apps/docs/pages/docs/installation.mdx
@@ -12,7 +12,7 @@ npm install commandkit
To install the development version of CommandKit, run the following command:
-```sh copy
+```sh npm2yarn copy
npm install commandkit@dev
```
From 107467870bea7b872874ff2031d2cc55a6b4afe4 Mon Sep 17 00:00:00 2001
From: Intel Core i9 9900K <140819896+not-core-i9@users.noreply.github.com>
Date: Fri, 6 Oct 2023 10:53:29 +0300
Subject: [PATCH 3/3] use old docs for Client
---
apps/docs/pages/docs/commandkit-setup.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/docs/pages/docs/commandkit-setup.mdx b/apps/docs/pages/docs/commandkit-setup.mdx
index 8702ef90..4b76e877 100644
--- a/apps/docs/pages/docs/commandkit-setup.mdx
+++ b/apps/docs/pages/docs/commandkit-setup.mdx
@@ -107,7 +107,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
### `client`
-- Type: [`Client`](https://discord.js.org/docs/packages/core/1.0.1/Client:Class)
+- Type: [`Client`](https://old.discordjs.dev/#/docs/discord.js/main/class/Client)
This is your Discord.js client object. This is required to register and handle application commands and events.