From 45258d519e5a201c236feeb08b5cfd006d7f2cb9 Mon Sep 17 00:00:00 2001 From: spiral Date: Wed, 17 Nov 2021 15:55:54 -0500 Subject: [PATCH] feat: allow proxying in guild voice channels --- PluralKit.Bot/Utils/DiscordUtils.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PluralKit.Bot/Utils/DiscordUtils.cs b/PluralKit.Bot/Utils/DiscordUtils.cs index d21bb2b2..b10f0ce7 100644 --- a/PluralKit.Bot/Utils/DiscordUtils.cs +++ b/PluralKit.Bot/Utils/DiscordUtils.cs @@ -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