Skip to content

Commit

Permalink
fix: 错误的插件加载方式
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed May 16, 2024
1 parent c4432c2 commit e76a0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_tsugu_bangdream_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from nonebot_plugin_alconna import Command, Arparma, Extension, store_true
from nonebot_plugin_alconna.uniseg import At, Text, Image, Reply, Segment, UniMessage

require("nonebot-plugin-userinfo")
require("nonebot_plugin_userinfo")

from nonebot_plugin_userinfo import get_user_info

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-tsugu-bangdream-bot"
version = "0.1.1"
version = "0.1.2"
description = "Koishi-Plugin-Tsugu-BanGDream-Bot 的 NoneBot2 实现"
authors = [
{name = "WindowsSov8forUs", email = "[email protected]"},
Expand Down

0 comments on commit e76a0d9

Please sign in to comment.