From 0e40e47b43e7a9b90f02243a49a3f80678322063 Mon Sep 17 00:00:00 2001 From: mmdexb Date: Sat, 23 Nov 2024 12:48:18 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-api-scheduler (#3073) --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index c16e83c9..cda1a482 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -7654,4 +7654,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_api_scheduler", + "project_link": "nonebot-plugin-api-scheduler", + "author_id": 68597153, + "tags": [ + { + "label": "scheduler", + "color": "#ea5252" + }, + { + "label": "api", + "color": "#ea5252" + } + ], + "is_official": false + }, ]