handle paused state

This commit is contained in:
2025-12-10 03:32:10 +01:00
parent 4d76ef02d9
commit d0fcb3e57c
4 changed files with 9 additions and 4 deletions

View File

@@ -8,6 +8,6 @@ class DiscordRPCUpdatePayload(BaseModel):
subtitle: str
image_url: str
details: str
start: int
end: int
start: int | None
end: int | None
activity_type: ActivityType