From a1bb2b08bbaa9396f47461f4350ac5edf04c228b Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 10 Jul 2025 18:38:41 +0200 Subject: [PATCH] Upload files to "/" --- webjammies.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webjammies.py b/webjammies.py index 45ba2f6..77378b4 100644 --- a/webjammies.py +++ b/webjammies.py @@ -134,6 +134,8 @@ class MusicGetter: self.discordrp = DiscordRP() print("Discord Rich Presence enabled!") else: + self.discordrp = DiscordRP() + # We still init it to prevent any bad code thingys print("Discord Rich Presence not active.") print("Initializing MusicPlayer...") if os.path.exists("webjammies_temp"):