From 174182d62aeab13b7303bd0f1089da470af3548e Mon Sep 17 00:00:00 2001 From: Limnium Date: Sun, 22 Jan 2023 07:20:38 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=8F=8D=E5=90=91?= =?UTF-8?q?=E8=AF=8D=E5=85=B8=20(#1618)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e381cae8..20223cf7 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4145,5 +4145,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_wantwords", + "project_link": "nonebot-plugin-wantwords", + "name": "反向词典", + "desc": "在nonebot使用wantwords反向词典", + "author": "Limnium", + "homepage": "https://github.com/limnium/nonebot_plugin_wantwords", + "tags": [], + "is_official": false } ]