1.7
This commit is contained in:
@@ -24,6 +24,11 @@ class EventType(str, Enum):
|
||||
FRIEND_ACCEPTED = "friend.accepted"
|
||||
PRESENCE_ONLINE = "presence.online"
|
||||
PRESENCE_OFFLINE = "presence.offline"
|
||||
ECHO_SEND = "echo.send"
|
||||
HEARTBEAT_SYNC = "heartbeat.sync"
|
||||
FLASH_SPAWN = "flash.spawn"
|
||||
FLASH_PROGRESS = "flash.progress"
|
||||
FLASH_RESULT = "flash.result"
|
||||
ERROR = "error"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user