diff --git a/PluralKit.Bot/Utils/DiscordUtils.cs b/PluralKit.Bot/Utils/DiscordUtils.cs index 2457f26c..f023fd0f 100644 --- a/PluralKit.Bot/Utils/DiscordUtils.cs +++ b/PluralKit.Bot/Utils/DiscordUtils.cs @@ -226,5 +226,6 @@ public static class DiscordUtils Channel.ChannelType.GuildNews or Channel.ChannelType.GuildPublicThread or Channel.ChannelType.GuildPrivateThread or - Channel.ChannelType.GuildNewsThread; + Channel.ChannelType.GuildNewsThread or + Channel.ChannelType.GuildStageVoice; } \ No newline at end of file