From ab637d217ba556121c9f3fb4d614c3d11a9b99ae Mon Sep 17 00:00:00 2001 From: Special-Week Date: Fri, 5 May 2023 19:28:54 +0800 Subject: [PATCH] :beers: publish plugin wordle_help (#1973) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 82ecf4eb..29e98acb 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5522,5 +5522,15 @@ "homepage": "https://github.com/nicklly/nonebot_plugin_StarRail_calendar", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_wordle_help", + "project_link": "nonebot-plugin-wordle-help", + "name": "wordle_help", + "desc": "wordle小游戏助手", + "author": "Special-Week", + "homepage": "https://github.com/Special-Week/Hinata-Bot/tree/main/src/plugins/wordle_help", + "tags": [], + "is_official": false } ]