From 9548146f695087825b34af9d4d06d2f0de57600a Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Wed, 20 Jan 2021 19:34:05 -0500 Subject: [PATCH] Fix comment on UpdateGameStatus --- wsapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsapi.go b/wsapi.go index 55bc695..29a4f61 100644 --- a/wsapi.go +++ b/wsapi.go @@ -353,7 +353,7 @@ func newUpdateStatusData(idle int, activityType ActivityType, name, url string) return usd } -// UpdateStatus is used to update the user's status. +// UpdateGameStatus is used to update the user's status. // If idle>0 then set status to idle. // If name!="" then set game. // if otherwise, set status to active, and no activity.