From 2f3f925f5ed17f9ce895d64adcf4614d28bde7b0 Mon Sep 17 00:00:00 2001 From: TangTangChu Date: Tue, 25 Aug 2026 17:28:01 +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 06460096..3586b352 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11588,4 +11588,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 + }, ]