mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
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:
@@ -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)),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user