From e7941efd9a225f85968293adba667b1de73ab8d6 Mon Sep 17 00:00:00 2001 From: A-kirami Date: Tue, 25 Jul 2023 13:12:28 +0800 Subject: [PATCH] :beers: publish plugin The World (#2215) --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 03a1546e..c34e10b3 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6814,5 +6814,26 @@ "is_official": false, "type": "application", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_theworld", + "project_link": "nonebot-plugin-theworld", + "name": "The World", + "desc": "「ザ・ワールド」ッ! 時よ止まれ!", + "author": "A-kirami", + "homepage": "https://github.com/A-kirami/nonebot-plugin-theworld", + "tags": [ + { + "label": "JOJO", + "color": "#75147c" + }, + { + "label": "DIO", + "color": "#f9d849" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]