mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
fix(test): MessageActionRow to ActionRow (#7523)
This commit is contained in:
@@ -733,7 +733,7 @@ client.on('interactionCreate', async interaction => {
|
|||||||
interaction.reply({ content: 'Hi!', components: [[button]] });
|
interaction.reply({ content: 'Hi!', components: [[button]] });
|
||||||
|
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
void new MessageActionRow({});
|
void new ActionRow({});
|
||||||
|
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
await interaction.reply({ content: 'Hi!', components: [button] });
|
await interaction.reply({ content: 'Hi!', components: [button] });
|
||||||
|
|||||||
Reference in New Issue
Block a user