mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
💥 更改插件加载方式,一定要看README
!!
This commit is contained in:
parent
6dec722898
commit
390d8811d9
@ -96,8 +96,13 @@
|
|||||||
# 1、克隆派蒙源码
|
# 1、克隆派蒙源码
|
||||||
git clone https://github.com/CMHopeSunshine/LittlePaimon
|
git clone https://github.com/CMHopeSunshine/LittlePaimon
|
||||||
|
|
||||||
|
|
||||||
# 2、编辑bot.py,在load_from_toml下方添加一句
|
# 2、编辑bot.py,在load_from_toml下方添加一句
|
||||||
nonebot.load_plugin("LittlePaimon")
|
nonebot.load_plugin("LittlePaimon")
|
||||||
|
|
||||||
|
# 3、进入LittlePaimon目录,安装依赖
|
||||||
|
cd LittlePaimon
|
||||||
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
- pip方式
|
- pip方式
|
||||||
|
Loading…
Reference in New Issue
Block a user