From a47736e991a81288ba5b4ae9d1bd66dee5788226 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 4f5e158b7ecd..eec953ed1e54 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 } ]