From 38be147e8ad3c73e6b1403a72c9b80d071e25897 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Sun, 7 May 2023 11:10:51 +0800 Subject: [PATCH] :beers: publish plugin CallAPI (#1989) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 38b4d228..2c0725e1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5566,5 +5566,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_callapi", + "project_link": "nonebot-plugin-callapi", + "name": "CallAPI", + "desc": "使用 Bot 指令来直接调用 Bot 的 API", + "author": "lgc2333", + "homepage": "https://github.com/lgc-NB2Dev/nonebot-plugin-callapi", + "tags": [], + "is_official": false } ]