fix(bot): allow proxying in stage text channels (fixes #550)
This commit is contained in:
parent
7f1039fb41
commit
24f0fcd563
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user