基于web端或文本直接作为输入,应怎样接入使用nonebot呢? #49
Answered
by
yanyongyu
kevinfu1717
asked this question in
问答
-
想做的效果:对话机器人(并非基于qq或飞书等),通过本文直接作为bot的输入,应该如何接入nonebot呢? |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Oct 27, 2021
Replies: 1 comment
-
你可以自行编写一个adapter来进行事件的构造,或者直接调用 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stdrc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你可以自行编写一个adapter来进行事件的构造,或者直接调用
nonebot.message.handle_event
并传入 bot、event 对象来触发一次事件处理