diff --git a/Cargo.toml b/Cargo.toml
index 7b4d63a..9c8d51a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,5 +35,4 @@ m3u8-rs = "5.0.5"
 thiserror = "1.0.56"
 font = "0.27.0"
 uuid = { version = "1.6.1", features = ["v4", "serde"]}
-serde_json = "1.0.111"
-discord-presence = "0.5.18"
\ No newline at end of file
+serde_json = "1.0.111"
\ No newline at end of file
diff --git a/src/music_controller/connections.rs b/src/music_controller/connections.rs
index e383e1a..86d8f29 100644
--- a/src/music_controller/connections.rs
+++ b/src/music_controller/connections.rs
@@ -1,5 +1,4 @@
 use std::{env, thread, time};
-use discord_presence::{Client, Event};
 
 use super::controller::Controller;