From d33d2653cf03ed9540ee17e6c471b986abc64f12 Mon Sep 17 00:00:00 2001 From: Zeta-qixi Date: Sat, 8 Apr 2023 20:32:01 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20nonebot=20clock=20?= =?UTF-8?q?=E7=BE=A4=E9=97=B9=E9=92=9F=20=E2=8F=B0=20(#1861)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 33ee496d..7da6e108 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5214,5 +5214,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_clock", + "project_link": "nonebot-plugin-clock", + "name": "nonebot clock 群闹钟 ⏰", + "desc": "支持群聊 私聊的⏰插件", + "author": "Zeta-qixi", + "homepage": "https://github.com/Zeta-qixi/nonebot-plugin-clock", + "tags": [ + { + "label": "闹钟", + "color": "#ea5252" + } + ], + "is_official": false } ]