removed server id fully

This commit is contained in:
2026-04-27 23:18:21 +02:00
parent 4822b83069
commit e441a22fc8
2 changed files with 1 additions and 2 deletions

View File

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