zhenxun_bot/basic_plugins/super_cmd/__init__.py

12 lines
118 B
Python
Raw Normal View History

2021-11-23 21:44:59 +08:00
import nonebot
from pathlib import Path
2021-11-23 21:44:59 +08:00
nonebot.load_plugins(str(Path(__file__).parent.resolve()))
2021-11-23 21:44:59 +08:00