mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 09:38:21 +08:00
🐛 fix missing group_id when PokeNotifyEvent
This commit is contained in:
parent
ebf3766cfb
commit
5cc5375cb5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user