We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8346e commit 54614c0Copy full SHA for 54614c0
apps/test-bot/src/app/commands/(general)/components.tsx
@@ -13,6 +13,7 @@ import CommandKit, {
13
import {
14
AttachmentBuilder,
15
ButtonStyle,
16
+ Colors,
17
MessageFlags,
18
SeparatorSpacingSize,
19
} from 'discord.js';
@@ -32,7 +33,7 @@ const mediaItems: string[] = Array.from(
32
33
34
export const chatInput: ChatInputCommand = async (ctx) => {
35
const container = (
- <Container>
36
+ <Container accentColor={Colors.Fuchsia}>
37
<TextDisplay content="# CommandKit Components v2 test" />
38
<Section>
39
<TextDisplay content="This is a section" />
0 commit comments