mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
🍻 publish plugin 双向聊天插件 (#2264)
This commit is contained in:
parent
53d1de4aec
commit
f58eba7975
@ -7192,5 +7192,22 @@
|
|||||||
"is_official": false,
|
"is_official": false,
|
||||||
"type": "application",
|
"type": "application",
|
||||||
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_send_message",
|
||||||
|
"project_link": "nonebot-plugin-send-message",
|
||||||
|
"name": "双向聊天插件",
|
||||||
|
"desc": "一个支持双向聊天的传话插件,可用于临时聊天而不想加好友场景",
|
||||||
|
"author": "bingqiu456",
|
||||||
|
"homepage": "https://github.com/bingqiu456/nonebot_plugin_send_message",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "传话",
|
||||||
|
"color": "#52ea75"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"is_official": false,
|
||||||
|
"type": "application",
|
||||||
|
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user