Skip to content

Commit

Permalink
修复localstore加载错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant1816 committed Dec 23, 2024
1 parent 1043140 commit e1183c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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-pjsekaihelper"
version = "1.2.4"
version = "1.2.5"
description = "世界计划插件,拥有组建车队、生成角色表情包、模拟抽卡等功能,持续开发中"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
3 changes: 2 additions & 1 deletion src/nonebot_plugin_pjsekaihelper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from nonebot import require
from nonebot.plugin import PluginMetadata, inherit_supported_adapters

require("nonebot_plugin_localstore")
require("nonebot_plugin_alconna")
require("nonebot_plugin_htmlrender")

Expand Down Expand Up @@ -41,7 +42,7 @@
homepage="https://github.com/Ant1816/nonebot-plugin-pjsekaihelper",
extra={
"author": "Ant1",
"version": "1.2.4",
"version": "1.2.5",
"priority": 10,
},
)
Expand Down

0 comments on commit e1183c6

Please sign in to comment.