We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3066093 commit be5ac1fCopy full SHA for be5ac1f
apps/website/docs/guide/04-jsx-components/03-discord-components-v2/06-section.mdx
@@ -16,9 +16,7 @@ import {
16
} from 'commandkit';
17
import { MessageFlags } from 'discord.js';
18
19
-export const chatInput: ChatInputCommand = async ({
20
- interaction,
21
-}) => {
+export const chatInput: ChatInputCommand = async ({ interaction }) => {
22
const section = (
23
<Section>
24
<TextDisplay content="Here's a text component (1)" />
0 commit comments