From ed2c222e83b7f39ba1a5187ca0b4cb504a4dc50f Mon Sep 17 00:00:00 2001 From: shiyihang2007 Date: Thu, 18 Jul 2024 07:26:36 +0800 Subject: [PATCH] :beers: publish plugin wordle (#2817) --- assets/plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index aff35a90..3dc73a3c 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6490,5 +6490,12 @@ "author": "NCBM", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_wordle_simple", + "project_link": "nonebot-plugin-wordle-simple", + "author": "shiyihang2007", + "tags": [], + "is_official": false } ]