👽️ 适配 茶服 新赛季 (#216)

* 👽️ 适配 茶服 新赛季

* ✏️ 少个-

*  添加开发依赖 nonebot-adapter-kaiheila

*  适配 kook 茶服查target

* 🐛 修复 onebotv11 查自己 找不到用户的bug

* 🐛 修复 茶服 查绑定 找不到用户的bug

*  kook 茶服查target 添加后备方案

*  添加开发依赖 nonebot-adapter-discord

*  适配 discord 茶服查target
This commit is contained in:
呵呵です
2023-12-30 06:43:06 +08:00
committed by GitHub
parent 88c2915251
commit abf4410a00
5 changed files with 130 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ aiofiles = "^23.2.1"
nonebot-plugin-orm = ">=0.1.1,<0.7.0"
nonebot-plugin-localstore = "^0.5.1"
httpx = "^0.25.0"
nonebot-plugin-alconna = ">=0.30,<0.34"
nonebot-plugin-alconna = ">=0.30,<0.35"
nonebot-plugin-apscheduler = "^0.3.0"
aiocache = "^0.12.2"
@@ -34,6 +34,8 @@ types-lxml = "^2023.3.28"
nonebot-plugin-orm = { extras = ["default"], version = ">=0.3,<0.7" }
nonebot-adapter-onebot = "^2.3.1"
nonebot-adapter-satori = "^0.8.0"
nonebot-adapter-kaiheila = "^0.3.0"
nonebot-adapter-discord = "^0.1.2"
[tool.poetry.group.debug.dependencies]
objprint = '^0.2.2'