Skip to content

Commit 76c441a

Browse files
committed
Update command-file-setup.mdx
1 parent 6ee8ad0 commit 76c441a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/pages/docs/command-file-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Here's an example `content` command which replies with the content of the target
133133
</Tabs.Tab>
134134
<Tabs.Tab>
135135
```ts filename="commands/misc/content.ts" copy
136-
import { type CommandData, type ContextMenuCommandProps, type CommandOptions } from 'commandkit';
136+
import { type CommandData, type ContextMenuCommandProps, type CommandOptions } from "commandkit";
137137
import { ApplicationCommandType } from "discord.js";
138138

139139
export const data: CommandData = {

0 commit comments

Comments
 (0)