removed unnessesary features
This commit is contained in:
@@ -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] = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user