mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +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 {
|
||||
APIActionRowComponent,
|
||||
APIFileComponent,
|
||||
APITextDisplayComponent,
|
||||
APIContainerComponent,
|
||||
APIComponentInContainer,
|
||||
APIMediaGalleryComponent,
|
||||
APISectionComponent,
|
||||
import {
|
||||
type APIComponentInMessageActionRow,
|
||||
type APISeparatorComponent,
|
||||
type APIActionRowComponent,
|
||||
type APIFileComponent,
|
||||
type APITextDisplayComponent,
|
||||
type APIContainerComponent,
|
||||
type APIComponentInContainer,
|
||||
type APIMediaGalleryComponent,
|
||||
type APISectionComponent,
|
||||
ComponentType,
|
||||
} 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 { resolveBuilder } from '../../util/resolveBuilder';
|
||||
import { validate } from '../../util/validation';
|
||||
|
||||
Reference in New Issue
Block a user