Skip to content

Commit 72d829b

Browse files
committed
fix highlight lines
1 parent 646414b commit 72d829b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
66

77
<Tabs items={['CommonJS', 'ESM', 'TypeScript']}>
88
<Tabs.Tab>
9-
```js filename="index.js" copy {2, 13-22}
9+
```js filename="index.js" copy {2, 13-23}
1010
const { Client, GatewayIntentBits } = require('discord.js');
1111
const { CommandKit } = require('commandkit');
1212
const path = require('path');
@@ -36,7 +36,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
3636
```
3737
</Tabs.Tab>
3838
<Tabs.Tab>
39-
```js filename="index.js" copy {2, 16-25}
39+
```js filename="index.js" copy {2, 16-26}
4040
import { Client, GatewayIntentBits } from 'discord.js';
4141
import { CommandKit } from 'commandkit';
4242
import { fileURLToPath } from 'url';
@@ -68,7 +68,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
6868
```
6969
</Tabs.Tab>
7070
<Tabs.Tab>
71-
```ts filename="index.ts" copy {2, 13-22}
71+
```ts filename="index.ts" copy {2, 13-23}
7272
import { Client, GatewayIntentBits } from 'discord.js';
7373
import { CommandKit } from 'commandkit';
7474
import path from 'path';

0 commit comments

Comments
 (0)