arrival as discord rpc

This commit is contained in:
Kaaninchen
2026-08-18 22:17:45 +02:00
parent d46a04af0c
commit e6013a437f
5 changed files with 13 additions and 4 deletions
+8 -2
View File
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: de.yaml
# timestamp: 2026-08-17T18:44:37+00:00
# filename: en.yaml
# timestamp: 2026-08-18T20:08:48+00:00
from __future__ import annotations
@@ -49,7 +49,13 @@ class Embeds:
announcement: Announcement
@dataclass
class RichPresence:
arrival: str
@dataclass
class Model:
channel: Channel
embeds: Embeds
rich_presence: RichPresence