From c9f063833b1ca0ea5dc940cc4b65a86e380dc2f3 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sun, 9 Mar 2025 14:50:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8Stea?= =?UTF-8?q?m=E6=B8=B8=E6=88=8F=E7=8A=B6=E6=80=81=E5=AE=9A=E6=9C=9F?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/steamplaying/steam_playing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/steamplaying/steam_playing.go b/handler/steamplaying/steam_playing.go index d687fa6..07a34c1 100644 --- a/handler/steamplaying/steam_playing.go +++ b/handler/steamplaying/steam_playing.go @@ -33,7 +33,7 @@ func init() { handler.RegisterHelpInform("禁用上号通知", "steam", "禁用您在本群的steam上号通知") handler.RegisterHandler("查房", checkSteamPlaying, constants.LEVEL_USER) handler.RegisterHelpInform("查房", "steam", "查看群内成员的steam游戏状态") - go RoundCheckSteamPlaying() + // go RoundCheckSteamPlaying() } func bindSteam(msg model.Message) model.Reply {