From 28cd8dd08a0e179e25279916354424aaffcf003c Mon Sep 17 00:00:00 2001 From: Rikka-desu Date: Sun, 3 Sep 2023 22:48:18 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_group_whitelist (#2319) --- website/static/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 3c11ce7f..d6649bcf 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7301,5 +7301,17 @@ "nonebot.adapters.qqguild", "nonebot.adapters.telegram" ] + }, + { + "module_name": "nonebot_plugin_group_whitelist", + "project_link": "nonebot-plugin-group-whitelist", + "name": "nonebot_plugin_group_whitelist", + "desc": "简易群聊白名单", + "author": "Rikka-desu", + "homepage": "https://github.com/Rikka-desu/nonebot_plugin_group_whitelist", + "tags": [], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]