Skip to content

Commit 4a09df0

Browse files
committed
0.1.1
1 parent 2b9397f commit 4a09df0

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,15 @@ async def handle(user_info: UserInfo = BotUserInfo()): # 获取Bot用户信息
8080

8181
### 支持的 adapter
8282

83-
| OneBot v11 | OneBot v12 | Console | Kaiheila | QQ Guild | Telegram | Feishu |
84-
| :--------: | :--------: | :-----: | :------: | :------: | :------: | :----: |
85-
||||||||
83+
- [x] OneBot v11
84+
- [x] OneBot v12
85+
- [x] Console
86+
- [x] Kaiheila
87+
- [x] QQ Guild
88+
- [x] Telegram
89+
- [x] Feishu
90+
- [x] RedProtocol
91+
- [x] Discord
8692

8793

8894
### 鸣谢

nonebot_plugin_userinfo/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@
1919
"~qqguild",
2020
"~telegram",
2121
"~feishu",
22+
"~red",
23+
"~discord",
2224
},
2325
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot_plugin_userinfo"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Nonebot2 用户信息获取插件"
55
authors = ["meetwq <meetwq@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)