From 3ce2b69431ee8530db07bc5f238edd5b02d273df Mon Sep 17 00:00:00 2001 From: Sevenyine Date: Fri, 4 Oct 2024 14:47:31 +0800 Subject: [PATCH] :beers: publish plugin osu! Match Monitor (#2982) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 6c956a8e..6b03527e 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7138,5 +7138,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_osu_match_monitor", + "project_link": "nonebot-plugin-osu-match-monitor", + "author": "Sevenyine", + "tags": [ + { + "label": "OSU", + "color": "#da6699" + } + ], + "is_official": false } ]