如何在nonebot中 自己触发自己 #531
Answered
by
yanyongyu
baishaoshao
asked this question in
问答
-
我想通过手机给自己发送消息来触发插件进行配置文件的更新 |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Oct 29, 2024
Replies: 1 comment
-
这个得看协议端是怎么处理自己的消息的,如果是message sent类型事件,你可以自己去响应这种类型。或者你可以使用商店里的 nonebot-plugin-mmm |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
baishaoshao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个得看协议端是怎么处理自己的消息的,如果是message sent类型事件,你可以自己去响应这种类型。或者你可以使用商店里的 nonebot-plugin-mmm