build: Update discord-api-types to 0.38.23 (#11095)

build: update
This commit is contained in:
Jiralite
2025-09-10 12:30:00 +04:00
committed by GitHub
parent 352c9819b6
commit 5d5a6945e4
12 changed files with 32 additions and 30 deletions

View File

@@ -49,6 +49,7 @@ export class LabelBuilder extends ComponentBuilder<APILabelComponent> {
this.data = {
...structuredClone(rest),
// @ts-expect-error https://github.com/discordjs/discord.js/pull/11078
component: component ? createComponentBuilder(component) : undefined,
type: ComponentType.Label,
};