Skip to content

Commit be5ac1f

Browse files
committed
prettier format
1 parent 3066093 commit be5ac1f

File tree

1 file changed

+1
-3
lines changed
  • apps/website/docs/guide/04-jsx-components/03-discord-components-v2

1 file changed

+1
-3
lines changed

apps/website/docs/guide/04-jsx-components/03-discord-components-v2/06-section.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ import {
1616
} from 'commandkit';
1717
import { MessageFlags } from 'discord.js';
1818

19-
export const chatInput: ChatInputCommand = async ({
20-
interaction,
21-
}) => {
19+
export const chatInput: ChatInputCommand = async ({ interaction }) => {
2220
const section = (
2321
<Section>
2422
<TextDisplay content="Here's a text component (1)" />

0 commit comments

Comments
 (0)