Skip to content

Commit 8984146

Browse files
authored
Merge pull request #14 from m1-dev/master
Updated docs
2 parents 9fe7582 + 1074678 commit 8984146

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

apps/docs/pages/docs/commandkit-setup.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,15 @@ This is a simple overview of how to set up CommandKit with all the available opt
9999
100100
</Tabs>
101101
102-
<Callout>Some Discord.js properties are only accessible using the correct intents.</Callout>
102+
<Callout type="warning">
103+
Some Discord.js properties are only accessible using the correct intents.
104+
</Callout>
103105
104106
## CommandKit options
105107
106108
### `client`
107109
108-
- Type: [`Client`](https://discord.js.org/docs/packages/core/1.0.1/Client:Class)
110+
- Type: [`Client`](https://old.discordjs.dev/#/docs/discord.js/main/class/Client)
109111
110112
This is your Discord.js client object. This is required to register and handle application commands and events.
111113

apps/docs/pages/docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install commandkit
1212

1313
To install the development version of CommandKit, run the following command:
1414

15-
```sh copy
15+
```sh npm2yarn copy
1616
npm install commandkit@dev
1717
```
1818

0 commit comments

Comments
 (0)