From e5a454df61dcdfccf1f5f0d9187a62c7df21e9e0 Mon Sep 17 00:00:00 2001 From: Cypas Date: Sat, 8 Jul 2023 04:50:53 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-splatoon3 (#2163) --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 2ca872949d9c..7d146ca39f68 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6967,5 +6967,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_splatoon3", + "project_link": "nonebot-plugin-splatoon3", + "name": "nonebot-plugin-splatoon3", + "desc": "一个基于nonebot2框架的splatoon3游戏日程查询插件", + "author": "Cypas", + "homepage": "https://github.com/Skyminers/Bot-Splatoon3", + "tags": [ + { + "label": "splatoon3", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]