Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Oct 2, 2023
1 parent 2b9397f commit 4a09df0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,15 @@ async def handle(user_info: UserInfo = BotUserInfo()): # 获取Bot用户信息

### 支持的 adapter

| OneBot v11 | OneBot v12 | Console | Kaiheila | QQ Guild | Telegram | Feishu |
| :--------: | :--------: | :-----: | :------: | :------: | :------: | :----: |
||||||||
- [x] OneBot v11
- [x] OneBot v12
- [x] Console
- [x] Kaiheila
- [x] QQ Guild
- [x] Telegram
- [x] Feishu
- [x] RedProtocol
- [x] Discord


### 鸣谢
Expand Down
2 changes: 2 additions & 0 deletions nonebot_plugin_userinfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
"~qqguild",
"~telegram",
"~feishu",
"~red",
"~discord",
},
)
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.0"
version = "0.1.1"
description = "Nonebot2 用户信息获取插件"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4a09df0

Please sign in to comment.