mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
chore: fix test type import
This commit is contained in:
@@ -86,12 +86,12 @@ import {
|
|||||||
Snowflake,
|
Snowflake,
|
||||||
StageChannel,
|
StageChannel,
|
||||||
TextBasedChannelFields,
|
TextBasedChannelFields,
|
||||||
TextBasedChannel,
|
type TextBasedChannel,
|
||||||
TextBasedChannelTypes,
|
type TextBasedChannelTypes,
|
||||||
VoiceBasedChannel,
|
type VoiceBasedChannel,
|
||||||
GuildBasedChannel,
|
type GuildBasedChannel,
|
||||||
NonThreadGuildBasedChannel,
|
type NonThreadGuildBasedChannel,
|
||||||
GuildTextBasedChannel,
|
type GuildTextBasedChannel,
|
||||||
TextChannel,
|
TextChannel,
|
||||||
ThreadChannel,
|
ThreadChannel,
|
||||||
ThreadMember,
|
ThreadMember,
|
||||||
|
|||||||
Reference in New Issue
Block a user