mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
11 lines
246 B
Python
11 lines
246 B
Python
|
|
from nonebot import require
|
||
|
|
|
||
|
|
require("nonebot_plugin_apscheduler")
|
||
|
|
require("nonebot_plugin_alconna")
|
||
|
|
require("nonebot_plugin_session")
|
||
|
|
require("nonebot_plugin_saa")
|
||
|
|
|
||
|
|
from nonebot_plugin_saa import enable_auto_select_bot
|
||
|
|
|
||
|
|
enable_auto_select_bot()
|