mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix(bot): allow proxying in stage text channels (fixes #550)
This commit is contained in:
parent
7f1039fb41
commit
24f0fcd563
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue