From 2c162335cbeb2ba880244c4d03b33dffa2372b44 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Thu, 29 Jun 2023 07:11:09 +0800 Subject: [PATCH] :beers: publish plugin EitherChoice (#2136) --- website/static/plugins.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 86bb2c23..df7ebb2c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6857,5 +6857,23 @@ "nonebot.adapters.onebot.v11", "nonebot.adapters.kaiheila" ] + }, + { + "module_name": "nonebot_plugin_eitherchoice", + "project_link": "nonebot-plugin-eitherchoice", + "name": "EitherChoice", + "desc": "让 AI 帮你对比两件事物", + "author": "lgc2333", + "homepage": "https://github.com/lgc-NB2Dev/nonebot-plugin-eitherchoice", + "tags": [], + "is_official": false, + "type": "application", + "supported_adapters": [ + "nonebot.adapters.qqguild", + "nonebot.adapters.onebot.v12", + "nonebot.adapters.kaiheila", + "nonebot.adapters.telegram", + "nonebot.adapters.onebot.v11" + ] } ]