diff --git a/packages/discord.js/typings/index.test-d.ts b/packages/discord.js/typings/index.test-d.ts index 2bfead7e6..328dbdb33 100644 --- a/packages/discord.js/typings/index.test-d.ts +++ b/packages/discord.js/typings/index.test-d.ts @@ -733,7 +733,7 @@ client.on('interactionCreate', async interaction => { interaction.reply({ content: 'Hi!', components: [[button]] }); // @ts-expect-error - void new MessageActionRow({}); + void new ActionRow({}); // @ts-expect-error await interaction.reply({ content: 'Hi!', components: [button] });