We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf5d4e commit 8307313Copy full SHA for 8307313
src/lib/parsers/Args.ts
@@ -694,7 +694,7 @@ export interface ArgType {
694
guildCategoryChannel: CategoryChannel;
695
guildChannel: GuildChannel | ThreadChannel;
696
guildNewsChannel: NewsChannel;
697
- guildNewsThreadChannel: ThreadChannel & { type: 'GUILD_NEWS_THREAD'; parent: TextChannel | null };
+ guildNewsThreadChannel: ThreadChannel & { type: 'GUILD_NEWS_THREAD'; parent: NewsChannel | null };
698
guildPrivateThreadChannel: ThreadChannel & { type: 'GUILD_PRIVATE_THREAD'; parent: TextChannel | null };
699
guildPublicThreadChannel: ThreadChannel & { type: 'GUILD_PUBLIC_THREAD'; parent: TextChannel | null };
700
guildStageVoiceChannel: StageChannel;
0 commit comments