zhenxun_bot/zhenxun/plugins/send_voice/__init__.py

6 lines
101 B
Python
Raw Normal View History

2024-08-05 22:43:55 +08:00
from pathlib import Path
import nonebot
nonebot.load_plugins(str(Path(__file__).parent.resolve()))