feat: allow proxying in guild voice channels
This commit is contained in:
parent
4fa51da312
commit
45258d519e
@ -205,6 +205,7 @@ namespace PluralKit.Bot
|
|||||||
public static bool IsValidGuildChannel(Channel channel) =>
|
public static bool IsValidGuildChannel(Channel channel) =>
|
||||||
channel.Type is
|
channel.Type is
|
||||||
Channel.ChannelType.GuildText or
|
Channel.ChannelType.GuildText or
|
||||||
|
Channel.ChannelType.GuildVoice or
|
||||||
Channel.ChannelType.GuildNews or
|
Channel.ChannelType.GuildNews or
|
||||||
Channel.ChannelType.GuildPublicThread or
|
Channel.ChannelType.GuildPublicThread or
|
||||||
Channel.ChannelType.GuildPrivateThread or
|
Channel.ChannelType.GuildPrivateThread or
|
||||||
|
Loading…
Reference in New Issue
Block a user