mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
🐛 fix missing group_id when PokeNotifyEvent
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user