fix(bot): allow proxying in stage text channels (fixes #550)

This commit is contained in:
Iris System 2023-05-07 22:14:06 +12:00
parent 7f1039fb41
commit 24f0fcd563
1 changed files with 2 additions and 1 deletions

View File

@ -226,5 +226,6 @@ public static class DiscordUtils
Channel.ChannelType.GuildNews or
Channel.ChannelType.GuildPublicThread or
Channel.ChannelType.GuildPrivateThread or
Channel.ChannelType.GuildNewsThread;
Channel.ChannelType.GuildNewsThread or
Channel.ChannelType.GuildStageVoice;
}