From 64f78c279a5577dadc75860da50d1eb7a63626aa Mon Sep 17 00:00:00 2001 From: A-kirami Date: Sun, 26 Mar 2023 09:43:03 +0000 Subject: [PATCH] :beers: publish plugin Hello World (#1844) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index ed86693b..797143a8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4973,5 +4973,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_helloworld", + "project_link": "nonebot-plugin-helloworld", + "name": "Hello World", + "desc": "你好,世界", + "author": "A-kirami", + "homepage": "https://github.com/A-kirami/nonebot-plugin-helloworld", + "tags": [], + "is_official": false } ]