mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
修正词条加载路径
This commit is contained in:
parent
7efcff13bb
commit
9e962bd0d1
5
.gitignore
vendored
5
.gitignore
vendored
@ -138,7 +138,6 @@ dmypy.json
|
|||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
configs/config.py
|
|
||||||
demo.py
|
demo.py
|
||||||
test.py
|
test.py
|
||||||
server_ip.py
|
server_ip.py
|
||||||
@ -156,3 +155,7 @@ data/
|
|||||||
.env
|
.env
|
||||||
.env.dev
|
.env.dev
|
||||||
resources/
|
resources/
|
||||||
|
!/configs/config.py
|
||||||
|
!/configs/config.yaml
|
||||||
|
!/.env
|
||||||
|
!/.env.dev
|
||||||
|
|||||||
@ -10,4 +10,4 @@ Config.add_plugin_config(
|
|||||||
default_value=5
|
default_value=5
|
||||||
)
|
)
|
||||||
|
|
||||||
nonebot.load_plugins("test/word_bank")
|
nonebot.load_plugins("plugins/word_bank")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user