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