diff --git a/src/plugins/userVoiceShow/index.tsx b/src/plugins/userVoiceShow/index.tsx index 3b6609b..9d8730b 100644 --- a/src/plugins/userVoiceShow/index.tsx +++ b/src/plugins/userVoiceShow/index.tsx @@ -51,6 +51,8 @@ const VoiceChannelField = ErrorBoundary.wrap(({ user }: UserProps) => { if (!channelId) return null; const channel = ChannelStore.getChannel(channelId); + if (!channel) return null; + const guild = GuildStore.getGuild(channel.guild_id); if (!guild) return null; // When in DM call