zhenxun_bot/basic_plugins/chat_history/__init__.py

5 lines
100 B
Python
Raw Normal View History

2022-04-26 14:45:04 +08:00
import nonebot
from pathlib import Path
2022-04-10 22:19:50 +08:00
nonebot.load_plugins(str(Path(__file__).parent.resolve()))