File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- import { defineConfig } from 'commandkit' ;
1+ import { defineConfig } from 'commandkit/config ' ;
22import { legacy } from '@commandkit/legacy' ;
33import { i18n } from '@commandkit/i18n' ;
44import { devtools } from '@commandkit/devtools' ;
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ export const chatInput: ChatInputCommand = async (ctx) => {
6363 Website
6464 </ Button >
6565 </ Section >
66- < Separator spacing = { SeparatorSpacingSize . Large } dividier />
66+ < Separator spacing = { SeparatorSpacingSize . Large } divider />
6767 < File url = "attachment://components-v2-are-awesome.md" />
68- < Separator spacing = { SeparatorSpacingSize . Large } dividier />
68+ < Separator spacing = { SeparatorSpacingSize . Large } divider />
6969 < TextDisplay content = "Discord's default avatars" />
7070 < MediaGallery >
7171 { mediaItems . map ( ( item ) => (
Original file line number Diff line number Diff line change 1- import { flag } from 'commandkit' ;
1+ import { flag } from 'commandkit/flag ' ;
22
33export const redEmbedColor = flag ( {
44 key : 'red-embed-color' ,
You can’t perform that action at this time.
0 commit comments