From 425d14016194e3ece4abac5830de6f6bd56c2fb6 Mon Sep 17 00:00:00 2001 From: yejue Date: Mon, 3 Jun 2024 11:53:30 +0800 Subject: [PATCH] :beers: publish plugin QQShell (#2744) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index e4b461b2..ecbdd6a0 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6144,5 +6144,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_qqshell", + "project_link": "nonebot-plugin-qqshell", + "author": "yejue", + "tags": [ + { + "label": "SSH", + "color": "#cd2a8f" + } + ], + "is_official": false } ]