From af6f728eefdae37323cedcbf21fc63e2f92e0939 Mon Sep 17 00:00:00 2001 From: Shadow403 Date: Sat, 5 Oct 2024 16:05:47 +0800 Subject: [PATCH] :beers: publish plugin lolinfo (#2996) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 6b03527e4ebd..0e621d662408 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7150,5 +7150,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_lolinfo", + "project_link": "nonebot-plugin-lolinfo", + "author": "Shadow403", + "tags": [ + { + "label": "LOL", + "color": "#02ceff" + }, + { + "label": "英雄联盟", + "color": "#ff02fb" + } + ], + "is_official": false } ]