From d6fd1b861494dfc9bec1ee42e308872e05b86994 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Mon, 10 Apr 2023 01:28:29 +0800 Subject: [PATCH] :beers: publish plugin FuckYou (#1909) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 7acfe828..d0152b17 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5252,5 +5252,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_fuckyou", + "project_link": "nonebot-plugin-fuckyou", + "name": "FuckYou", + "desc": "NoneBot2 骂人插件", + "author": "lgc2333", + "homepage": "https://github.com/lgc2333/nonebot-plugin-fuckyou", + "tags": [], + "is_official": false } ]