From 59ad3d4b17400453e6482b131f1dde24e1cecdfe 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 6b03527e..0e621d66 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 } ]