build: bump discord-api-types to 0.38.30 (#11178)

* build: bump discord-api-types to 0.38.30

* chore: slap the errors
This commit is contained in:
Naiyar
2025-10-15 00:02:10 +06:00
committed by GitHub
parent 93e96eb6c0
commit 1a305fe4ad
13 changed files with 36 additions and 31 deletions

View File

@@ -44,6 +44,7 @@ export class ModalBuilder implements JSONEncodable<APIModalInteractionResponseCa
this.data = {
...structuredClone(rest),
// @ts-expect-error fixed in https://github.com/discordjs/discord.js/pull/11108
components: components.map((component) => createComponentBuilder(component)),
};
}