From 496475e0ca01195297d8f4e32bb91b5a53eb427a Mon Sep 17 00:00:00 2001 From: cubstaryow Date: Wed, 24 Apr 2024 17:50:41 +0800 Subject: [PATCH] :beers: publish plugin HelpWithPic (#2680) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 4f5e158b..eec953ed 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5875,5 +5875,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_helpwithpic", + "project_link": "nonebot-plugin-HelpWithPic", + "author": "cubstaryow", + "tags": [ + { + "label": "帮助", + "color": "#c61b1b" + }, + { + "label": "图片生成", + "color": "#c61b1b" + } + ], + "is_official": false } ]