Merge pull request #173 from nonebot/plugin/issue172

Plugin: mqtt接入
This commit is contained in:
Ju4tCode 2021-01-30 13:46:04 +08:00 committed by GitHub
commit 6137c1f341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,5 +102,13 @@
"desc": "为用户调用功能添加冷却时间(调用频率限制)功能",
"name": "冷却事件",
"repo": "jks15satoshi/nonebot-plugin-cooldown"
},
{
"id": "nonebot_plugin_mqtt",
"link": "nonebot-plugin-mqtt",
"author": "synodriver",
"desc": "接入mqtt网络,订阅和发布消息",
"name": "mqtt接入",
"repo": "synodriver/nonebot_plugin_mqtt"
}
]