From a18984619437d96b87d73c990e79aa75187d13c5 Mon Sep 17 00:00:00 2001 From: zhaomaoniu Date: Fri, 15 Mar 2024 21:35:56 +0800 Subject: [PATCH] :beers: publish plugin Steam Info (#2607) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 327db27f..57678568 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5617,5 +5617,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_steam_info", + "project_link": "nonebot-plugin-steam-info", + "author": "zhaomaoniu", + "tags": [ + { + "label": "Steam", + "color": "#14305e" + } + ], + "is_official": false } ]