Skip to content

Commit 54614c0

Browse files
committed
feat: add accent color on test bot
1 parent fc8346e commit 54614c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/test-bot/src/app/commands/(general)/components.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import CommandKit, {
1313
import {
1414
AttachmentBuilder,
1515
ButtonStyle,
16+
Colors,
1617
MessageFlags,
1718
SeparatorSpacingSize,
1819
} from 'discord.js';
@@ -32,7 +33,7 @@ const mediaItems: string[] = Array.from(
3233

3334
export const chatInput: ChatInputCommand = async (ctx) => {
3435
const container = (
35-
<Container>
36+
<Container accentColor={Colors.Fuchsia}>
3637
<TextDisplay content="# CommandKit Components v2 test" />
3738
<Section>
3839
<TextDisplay content="This is a section" />

0 commit comments

Comments
 (0)