From e9edfe1cbf4f6b38594241be3abf27776017f1c1 Mon Sep 17 00:00:00 2001 From: TangTangChu Date: Sat, 22 Aug 2026 17:25:24 +0800 Subject: [PATCH] :beers: publish plugin AutoSpeak (#4145) --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 71e56ee99658..a6b7a1f9827d 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11576,4 +11576,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_autospeak", + "project_link": "nonebot-plugin-autospeak", + "author_id": 61231159, + "tags": [ + { + "label": "定时发送", + "color": "#ea5252" + }, + { + "label": "自动化", + "color": "#f87575" + } + ], + "is_official": false + }, ]