From 435da93ba665be692e491103cd686ff6821b9323 Mon Sep 17 00:00:00 2001 From: RayanceKing <88320297+RayanceKing@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6botkikai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/botkikai/plugin_info.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/botkikai/plugin_info.json diff --git a/plugins/botkikai/plugin_info.json b/plugins/botkikai/plugin_info.json new file mode 100644 index 00000000000..a551e372796 --- /dev/null +++ b/plugins/botkikai/plugin_info.json @@ -0,0 +1,17 @@ +{ + "id": "botkikai", + "authors": [{ + "name": "Jerry-FaGe", + "link": "https://github.com/Jerry-FaGe" + },{ + "name": "RayanceKing", + "link": "https://github.com/RayanceKing" + }], + "introduction": { + "zh_cn": "README.md" + }, + "repository": "https://github.com/RayanceKing/MCDR-BotKikai", + "branch": "master", + "related_path": ".", + "labels": ["tool", "management"] +}