From af7f413cead78fb6786d215920f93658ff1ca880 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Fri, 14 Aug 2020 21:13:48 -0700 Subject: [PATCH] Gateway: Clarified GuildMemberListGroup.ID docs --- gateway/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/events.go b/gateway/events.go index 494aaa4..74f6811 100644 --- a/gateway/events.go +++ b/gateway/events.go @@ -133,7 +133,7 @@ type ( Ops []GuildMemberListOp `json:"ops"` } GuildMemberListGroup struct { - ID string `json:"id"` // either discord.RoleID or "online" + ID string `json:"id"` // either discord.RoleID, "online" or "offline" Count uint64 `json:"count"` } GuildMemberListOp struct {