mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
✏️ Adapter: 更新 Minecraft 适配器 (#1972)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
f3a692d294
commit
487867a967
@ -106,7 +106,7 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架
|
||||
| [开黑啦](https://developer.kookapp.cn/) | ↗️ | 由社区贡献 |
|
||||
| [Mirai](https://docs.mirai.mamoe.net/mirai-api-http/) | ↗️ | 由社区贡献 |
|
||||
| [Ntchat](https://github.com/JustUndertaker/adapter-ntchat) | ↗️ | 由社区贡献 |
|
||||
| [MineCraft (Spigot)](https://github.com/17TheWord/nonebot-adapter-spigot) | ↗️ | 由社区贡献 |
|
||||
| [MineCraft](https://github.com/17TheWord/nonebot-adapter-minecraft) | ↗️ | 由社区贡献 |
|
||||
| [BiliBili Live](https://github.com/wwweww/adapter-bilibili) | ↗️ | 由社区贡献 |
|
||||
| [Walle-Q (QQ 协议)](https://github.com/onebot-walle/nonebot_adapter_walleq) | ↗️ | 由社区贡献 |
|
||||
|
||||
|
@ -115,12 +115,12 @@
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot.adapters.spigot",
|
||||
"project_link": "nonebot-adapter-spigot",
|
||||
"name": "Spigot",
|
||||
"desc": "MineCraft通信适配",
|
||||
"module_name": "nonebot.adapters.minecraft",
|
||||
"project_link": "nonebot-adapter-minecraft",
|
||||
"name": "Minecraft",
|
||||
"desc": "MineCraft通信适配,支持Rcon",
|
||||
"author": "17TheWord",
|
||||
"homepage": "https://github.com/17TheWord/nonebot-adapter-spigot",
|
||||
"homepage": "https://github.com/17TheWord/nonebot-adapter-minecraft",
|
||||
"tags": [
|
||||
{
|
||||
"label": "Minecraft",
|
||||
|
Loading…
Reference in New Issue
Block a user