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

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