🐛 fix missing group_id when PokeNotifyEvent

This commit is contained in:
yanyongyu 2021-01-01 18:01:05 +08:00
parent ebf3766cfb
commit 5cc5375cb5

View File

@ -319,6 +319,7 @@ class PokeNotifyEvent(NotifyEvent):
__event__ = "notice.notify.poke"
sub_type: Literal["poke"]
target_id: int
group_id: Optional[int] = None
@overrides(Event)
def is_tome(self) -> bool: