diff options
Diffstat (limited to 'ATRI/plugins/essential.py')
-rw-r--r-- | ATRI/plugins/essential.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ATRI/plugins/essential.py b/ATRI/plugins/essential.py index 06f56eb..a311cd5 100644 --- a/ATRI/plugins/essential.py +++ b/ATRI/plugins/essential.py @@ -41,8 +41,8 @@ driver = ATRI.driver() bots = nonebot.get_bots() -ESSENTIAL_DIR = Path(".") / "data" / "database" / "essential" -MANEGE_DIR = Path(".") / "data" / "database" / "manege" +ESSENTIAL_DIR = Path(".") / "data" / "plugins" / "essential" +MANEGE_DIR = Path(".") / "data" / "plugins" / "manege" TEMP_PATH = Path(".") / "data" / "temp" ESSENTIAL_DIR.mkdir(parents=True, exist_ok=True) MANEGE_DIR.mkdir(parents=True, exist_ok=True) |