mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +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/
|
||||
|
||||
configs/config.py
|
||||
demo.py
|
||||
test.py
|
||||
server_ip.py
|
||||
@ -156,3 +155,7 @@ data/
|
||||
.env
|
||||
.env.dev
|
||||
resources/
|
||||
!/configs/config.py
|
||||
!/configs/config.yaml
|
||||
!/.env
|
||||
!/.env.dev
|
||||
|
||||
@ -10,4 +10,4 @@ Config.add_plugin_config(
|
||||
default_value=5
|
||||
)
|
||||
|
||||
nonebot.load_plugins("test/word_bank")
|
||||
nonebot.load_plugins("plugins/word_bank")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user