File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,15 @@ This is a simple overview of how to set up CommandKit with all the available opt
99
99
100
100
</Tabs>
101
101
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>
103
105
104
106
## CommandKit options
105
107
106
108
### ` client`
107
109
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)
109
111
110
112
This is your Discord.js client object. This is required to register and handle application commands and events.
111
113
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ npm install commandkit
12
12
13
13
To install the development version of CommandKit, run the following command:
14
14
15
- ``` sh copy
15
+ ``` sh npm2yarn copy
16
16
npm install commandkit@dev
17
17
```
18
18
You can’t perform that action at this time.
0 commit comments