bot.py文件问题 #433
Answered
by
yanyongyu
2279881513
asked this question in
问答
bot.py文件问题
#433
-
|
bot.py文件问题 bot.py用的是文档教程里面的内容 |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Jan 28, 2024
Replies: 1 comment
-
|
这不是你没装console适配器吗。。 source /xiao/xm/nonebot/xiao/.venv/bin/activate
pip install nonebot-adapter-console另外nbcli不需要自己创建bot.py文件,文档里说了这个是给不用nbcli的人用的 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
2279881513
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这不是你没装console适配器吗。。
source /xiao/xm/nonebot/xiao/.venv/bin/activate pip install nonebot-adapter-console另外nbcli不需要自己创建bot.py文件,文档里说了这个是给不用nbcli的人用的