diff --git a/plugins/utilities/discord_richpresence.py b/plugins/utilities/discord_richpresence.py index a189329..5b01fdb 100644 --- a/plugins/utilities/discord_richpresence.py +++ b/plugins/utilities/discord_richpresence.py @@ -737,7 +737,7 @@ class DiscordRP(babase.Plugin): self.rpc_thread.close() def on_app_resume(self) -> None: - global start_time + global start_time start_time = time.time() self.rpc_thread.start()