From 9455feb8501c3478b2cebc722f582a1e0ab01e41 Mon Sep 17 00:00:00 2001 From: ArisaTaki Date: Fri, 27 Mar 2026 11:56:45 +0800 Subject: [PATCH] :beers: publish plugin Bilibili Live Notify (#3920) --- assets/plugins.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 36f67b2406e2..3c5d9fd654ca 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10600,4 +10600,16 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_bilibili_live_notify", + "project_link": "nonebot-plugin-bilibili-live-notify", + "author_id": 44470606, + "tags": [ + { + "label": "bilibili", + "color": "#00a1d6" + } + ], + "is_official": false + }, ]