We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28146c1 commit 1526be3Copy full SHA for 1526be3
2 files changed
README.md
@@ -125,6 +125,8 @@ async def handle(session_id: str = SessionId(SessionIdType.GROUP)):
125
- [x] Feishu
126
- [x] RedProtocol
127
- [x] Discord
128
+- [x] QQ
129
+- [x] Satori
130
131
132
### 相关插件
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nonebot_plugin_session"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Nonebot2 会话信息提取与会话id定义"
5
authors = ["meetwq <meetwq@gmail.com>"]
6
license = "MIT"
0 commit comments