怎么才能主动发送消息
#165
Replies: 1 comment
-
|
请参考 https://v2.nonebot.dev/docs/next/tutorial/call-api 调用平台api发送消息,如onebot中的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我想要在定时任务里主动发送消息
bot = nonebot.get_bot()
bot.send方法要一个event
这个event要怎么获取或创建
Beta Was this translation helpful? Give feedback.
All reactions