From ca071bfc4808c6bcb19e256a7b46fdec3d05fd90 Mon Sep 17 00:00:00 2001 From: nek0us Date: Mon, 3 Apr 2023 17:25:57 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20Steam=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E7=8A=B6=E6=80=81=E6=92=AD=E6=8A=A5=20(#1886)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index cae9996d..2a716554 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5153,5 +5153,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_steam_game_status", + "project_link": "nonebot-plugin-steam-game-status", + "name": "Steam游戏状态播报", + "desc": "在群内监控播报群友的Steam游戏状态", + "author": "nek0us", + "homepage": "https://github.com/nek0us/nonebot_plugin_steam_game_status", + "tags": [ + { + "label": "t:Steam", + "color": "#6690a5" + } + ], + "is_official": false } ]