Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
🐛 修复ClickMsgComponentEvent事件解析 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi authored Dec 2, 2023
1 parent 43b2a4f commit f3173f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nonebot/adapters/villa/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ class ClickMsgComponentEvent(NoticeEvent):
DeleteRobotEvent,
AddQuickEmoticonEvent,
AuditCallbackEvent,
ClickMsgComponentEvent,
],
Field(discriminator="type"),
]
Expand Down

0 comments on commit f3173f0

Please sign in to comment.