From 0294c33baf074e571832dc2d2943841fc6edd3fa Mon Sep 17 00:00:00 2001 From: LiLuo-B Date: Tue, 14 May 2024 10:39:06 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_valve_server_query (#2710) --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 38a28184..e5e36ad9 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6007,5 +6007,25 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_valve_server_query", + "project_link": "nonebot-plugin-valve-server-query", + "author": "LiLuo-B", + "tags": [ + { + "label": "valve", + "color": "#ea5252" + }, + { + "label": "query", + "color": "#ea5252" + }, + { + "label": "a2s", + "color": "#ea5252" + } + ], + "is_official": false } ]