From 1c033d3a53802e1016ffaab1443575edbc33a082 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Sat, 15 Apr 2023 06:48:35 +0800 Subject: [PATCH] :beers: publish plugin Akinator (#1924) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 47724c1d..101fb285 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5332,5 +5332,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_akinator", + "project_link": "nonebot-plugin-akinator", + "name": "Akinator", + "desc": "把网络天才 Akinator 搬进你的 Bot", + "author": "lgc2333", + "homepage": "https://github.com/lgc2333/nonebot-plugin-akinator", + "tags": [ + { + "label": "t:Akinator", + "color": "#6599fe" + }, + { + "label": "t:网络天才", + "color": "#6599fe" + } + ], + "is_official": false } ]