From b2c5ab32353bf377927328cf3457d4d4555ec96b Mon Sep 17 00:00:00 2001 From: yeying-xingchen Date: Sat, 19 Oct 2024 23:45:09 +0800 Subject: [PATCH] :beers: publish plugin boom (#3016) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 0efa5d42..58d6d6fa 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7360,5 +7360,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_boom", + "project_link": "nonebot-plugin-boom", + "author": "yeying-xingchen", + "tags": [ + { + "label": "unsafe", + "color": "#ea5252" + } + ], + "is_official": false } ]