mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 01:18:19 +08:00
commit
74ce56817c
@ -71,6 +71,11 @@ pip install . # 不推荐
|
||||
|
||||
插件可以通过 `nb-cli` 进行安装,也可以自行安装并加载插件。
|
||||
|
||||
:::warning 注意
|
||||
如果你想直接从nb-cli安装插件,请确保你的当前目录中含有能正常工作的bot.py!
|
||||
安装完成后请重启当前bot.py(假如你在运行它的话)。
|
||||
:::
|
||||
|
||||
```bash
|
||||
# 列出所有的插件
|
||||
nb plugin list
|
||||
|
Loading…
Reference in New Issue
Block a user