mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(Container): Use the same discord-api-types version (#10999)
fix(Container): use v10
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
import type {
|
import {
|
||||||
APIActionRowComponent,
|
type APIComponentInMessageActionRow,
|
||||||
APIFileComponent,
|
type APISeparatorComponent,
|
||||||
APITextDisplayComponent,
|
type APIActionRowComponent,
|
||||||
APIContainerComponent,
|
type APIFileComponent,
|
||||||
APIComponentInContainer,
|
type APITextDisplayComponent,
|
||||||
APIMediaGalleryComponent,
|
type APIContainerComponent,
|
||||||
APISectionComponent,
|
type APIComponentInContainer,
|
||||||
|
type APIMediaGalleryComponent,
|
||||||
|
type APISectionComponent,
|
||||||
|
ComponentType,
|
||||||
} from 'discord-api-types/v10';
|
} from 'discord-api-types/v10';
|
||||||
import { ComponentType } from 'discord-api-types/v10';
|
|
||||||
import type { APIComponentInMessageActionRow, APISeparatorComponent } from 'discord-api-types/v9';
|
|
||||||
import { normalizeArray, type RestOrArray } from '../../util/normalizeArray';
|
import { normalizeArray, type RestOrArray } from '../../util/normalizeArray';
|
||||||
import { resolveBuilder } from '../../util/resolveBuilder';
|
import { resolveBuilder } from '../../util/resolveBuilder';
|
||||||
import { validate } from '../../util/validation';
|
import { validate } from '../../util/validation';
|
||||||
|
|||||||
Reference in New Issue
Block a user