💡 add cqhttp event

This commit is contained in:
yanyongyu
2020-09-29 23:10:29 +08:00
parent f3986ace51
commit edc3aadbb5
6 changed files with 266 additions and 6 deletions

View File

@ -52,6 +52,9 @@ class BaseEvent(abc.ABC):
def __init__(self, raw_event: dict):
self._raw_event = raw_event
"""
原始 event
"""
def __repr__(self) -> str:
return f"<Event {self.self_id}: {self.name} {self.time}>"