From e615714e1da25acc4c1098757289c04fd81ead16 Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt Date: Mon, 25 May 2026 22:59:56 +0800 Subject: [PATCH] :beers: publish plugin Permission (#4021) --- assets/plugins.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 29f0708f..1c4fa210 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10935,4 +10935,16 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_permission", + "project_link": "nonebot-plugin-permission", + "author_id": 42648639, + "tags": [ + { + "label": "权限控制", + "color": "#1e5d58" + } + ], + "is_official": false + }, ]