From 17e7a0c029c07da92dad6883bb39fff892cef45a Mon Sep 17 00:00:00 2001 From: WMGray Date: Tue, 25 Jun 2024 22:29:09 +0800 Subject: [PATCH] :beers: publish plugin Daily Task (#2768) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 18b95974..e5846a40 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6354,5 +6354,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_daily_task", + "project_link": "nonebot-plugin-daily-task", + "author": "WMGray", + "tags": [ + { + "label": "每日任务", + "color": "#ea5252" + } + ], + "is_official": false } ]