mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 16:39:52 +00:00
🎨 更新 Python 依赖版本至 3.10,新增 pre-commit 工作流及配置文件
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from nonebot import on_type
|
||||
from nonebot.rule import to_me
|
||||
from nonebot.adapters.onebot.v11 import PokeNotifyEvent # type: ignore
|
||||
from nonebot.rule import to_me
|
||||
|
||||
poke_notify = on_type((PokeNotifyEvent,), rule=to_me())
|
||||
|
Reference in New Issue
Block a user