From 169b361262397f39169a0bb7b0fb0ee92ab17695 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Fri, 1 Jan 2021 00:33:35 -0800 Subject: [PATCH] Gateway: Add Threads into GuildSubscribe --- gateway/commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gateway/commands.go b/gateway/commands.go index 37f6cd6..5e2023d 100644 --- a/gateway/commands.go +++ b/gateway/commands.go @@ -144,6 +144,7 @@ func (g *Gateway) UpdateStatusCtx(ctx context.Context, data UpdateStatusData) er // Undocumented type GuildSubscribeData struct { Typing bool `json:"typing"` + Threads bool `json:"threads"` Activities bool `json:"activities"` GuildID discord.GuildID `json:"guild_id"`