Skip to content

Commit

Permalink
fix(test): MessageActionRow to ActionRow (#7523)
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Feb 23, 2022
1 parent 00728f7 commit d1d1b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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] });
Expand Down

0 comments on commit d1d1b07

Please sign in to comment.