chore: remove is active func
Some checks failed
Continuous integration / test (push) Has been cancelled

This commit is contained in:
Timothy Z. 2025-12-29 15:27:58 +02:00
parent bb0a81932a
commit 45dcf8e32d

View file

@ -54,13 +54,6 @@ impl DiscordRpc {
Ok(()) Ok(())
} }
pub fn is_connected(&self) -> bool {
self.client
.lock()
.map(|guard| guard.is_some())
.unwrap_or(false)
}
pub fn set_activity( pub fn set_activity(
&self, &self,
state: &str, state: &str,