removed unnessesary features

This commit is contained in:
2026-04-27 19:31:16 +02:00
parent 1b24d484af
commit 0d7a877584
5 changed files with 14 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ from typing import Any, List, Optional
class Event(BaseModel):
type: str
time: int # unix timestamp
time: int
serverId: str
data: Optional[dict] = {}