Skip to content

Commit

Permalink
🐞 fix(saa): 规范调用saa插件功能 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
UKMeng authored Nov 1, 2023
1 parent acbc276 commit 5ee2cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_skland_arksign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-skland-arksign"
version = "0.6.1"
version = "0.6.2"
description = "用于每日定时签到森空岛明日方舟的Nonebot插件"
authors = [
{name = "GuGuMur", email = "[email protected]"},
Expand Down

0 comments on commit 5ee2cdc

Please sign in to comment.