feat: allow proxying in guild voice channels

This commit is contained in:
spiral 2021-11-17 15:55:54 -05:00
parent 4fa51da312
commit 45258d519e
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -205,6 +205,7 @@ namespace PluralKit.Bot
public static bool IsValidGuildChannel(Channel channel) =>
channel.Type is
Channel.ChannelType.GuildText or
Channel.ChannelType.GuildVoice or
Channel.ChannelType.GuildNews or
Channel.ChannelType.GuildPublicThread or
Channel.ChannelType.GuildPrivateThread or