File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
packages/builders/src/components/v2 Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- import type {
2- APIActionRowComponent ,
3- APIFileComponent ,
4- APITextDisplayComponent ,
5- APIContainerComponent ,
6- APIComponentInContainer ,
7- APIMediaGalleryComponent ,
8- APISectionComponent ,
1+ import {
2+ type APIComponentInMessageActionRow ,
3+ type APISeparatorComponent ,
4+ type APIActionRowComponent ,
5+ type APIFileComponent ,
6+ type APITextDisplayComponent ,
7+ type APIContainerComponent ,
8+ type APIComponentInContainer ,
9+ type APIMediaGalleryComponent ,
10+ type APISectionComponent ,
11+ ComponentType ,
912} from 'discord-api-types/v10' ;
10- import { ComponentType } from 'discord-api-types/v10' ;
11- import type { APIComponentInMessageActionRow , APISeparatorComponent } from 'discord-api-types/v9' ;
1213import { normalizeArray , type RestOrArray } from '../../util/normalizeArray' ;
1314import { resolveBuilder } from '../../util/resolveBuilder' ;
1415import { validate } from '../../util/validation' ;
You can’t perform that action at this time.
0 commit comments