Skip to content

Commit

Permalink
test: Remove unused test (#10638)
Browse files Browse the repository at this point in the history
test: remove unused test

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] authored Dec 5, 2024
1 parent 0ac140c commit 00dceb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/discord.js/typings/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2002,8 +2002,6 @@ client.on('interactionCreate', async interaction => {
);
expectType<MediaChannel>(interaction.options.getChannel('test', true, [ChannelType.GuildMedia]));
} else {
// @ts-expect-error
consumeCachedCommand(interaction);
expectType<ChatInputCommandInteraction>(interaction);
expectType<Promise<InteractionCallbackResponse>>(interaction.reply({ withResponse: true }));
expectType<APIInteractionDataResolvedGuildMember | GuildMember | null>(interaction.options.getMember('test'));
Expand Down

0 comments on commit 00dceb3

Please sign in to comment.