Skip to content

Commit

Permalink
chore: fix test type import
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Mar 11, 2024
1 parent 0d4c26b commit 93c174b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/discord.js/typings/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ import {
Snowflake,
StageChannel,
TextBasedChannelFields,
TextBasedChannel,
TextBasedChannelTypes,
VoiceBasedChannel,
GuildBasedChannel,
NonThreadGuildBasedChannel,
GuildTextBasedChannel,
type TextBasedChannel,
type TextBasedChannelTypes,
type VoiceBasedChannel,
type GuildBasedChannel,
type NonThreadGuildBasedChannel,
type GuildTextBasedChannel,
TextChannel,
ThreadChannel,
ThreadMember,
Expand Down

0 comments on commit 93c174b

Please sign in to comment.