diff --git a/src/stremio_app/discord.rs b/src/stremio_app/discord.rs index 0cce215..44d8f22 100644 --- a/src/stremio_app/discord.rs +++ b/src/stremio_app/discord.rs @@ -54,13 +54,6 @@ impl DiscordRpc { Ok(()) } - pub fn is_connected(&self) -> bool { - self.client - .lock() - .map(|guard| guard.is_some()) - .unwrap_or(false) - } - pub fn set_activity( &self, state: &str,