diff --git a/nonebot_plugin_skland_arksign/__init__.py b/nonebot_plugin_skland_arksign/__init__.py index 635dba7..6d6e4d7 100644 --- a/nonebot_plugin_skland_arksign/__init__.py +++ b/nonebot_plugin_skland_arksign/__init__.py @@ -8,7 +8,7 @@ require("nonebot_plugin_alconna") require("nonebot_plugin_session_saa") -from nonebot_plugin_saa.utils.auto_select_bot import enable_auto_select_bot +from nonebot_plugin_saa import enable_auto_select_bot from .command import skland as skland from .sched import scheduler as scheduler diff --git a/pyproject.toml b/pyproject.toml index 8e6501b..f844b6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-skland-arksign" -version = "0.6.1" +version = "0.6.2" description = "用于每日定时签到森空岛明日方舟的Nonebot插件" authors = [ {name = "GuGuMur", email = "222153315@qq.com"},