faster shutdown + text receiving

This commit is contained in:
N0\A
2025-10-24 19:42:35 +02:00
parent 081baa5246
commit cde0182101
2 changed files with 48 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ class DiscordPresence:
print("Stopping Discord presence...")
self._stop_thread.set()
if self._thread and self._thread.is_alive():
self._thread.join(timeout=5)
self._thread.join(timeout=1)
self.running = False
self.presence = None