Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Dec 4, 2023
1 parent 5e70191 commit 70dd5e8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ async def handle(user_info: UserInfo = BotUserInfo()): # 获取Bot用户信息
- [x] Feishu
- [x] RedProtocol
- [x] Discord
- [x] DoDo
- [x] Villa
- [x] Satori

### 鸣谢

Expand Down
3 changes: 3 additions & 0 deletions nonebot_plugin_userinfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"~feishu",
"~red",
"~discord",
"~dodo",
"~villa",
"~satori",
},
)
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_plugin_userinfo"
version = "0.1.2"
version = "0.1.3"
description = "Nonebot2 用户信息获取插件"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 70dd5e8

Please sign in to comment.