fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 20:17:30 +05:00
parent ece7148ce7
commit b48854b91e
3 changed files with 3 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ class TimerManager:
user.task.cancel()
user.task = None
user.current_timer = None
self.tasks.pop(user_id, None)
self.tasks.pop(user_id, None)