chore: fix test type import

This commit is contained in:
iCrawl
2024-03-11 18:15:21 +01:00
parent 0d4c26ba4c
commit 93c174bc82

View File

@@ -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,