From c04c27a569454fc428262dcc94e475ecd50fe758 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 0efa5d42f7da..58d6d6fae222 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 } ]