From 460b371cce21be6f08ef249ac4d730cf555da4a1 Mon Sep 17 00:00:00 2001 From: rigormorrtiss Date: Mon, 9 Aug 2021 04:33:41 +0400 Subject: [PATCH] Add ActivityTypeWatching (3) (#983) --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structs.go b/structs.go index 370321b..de6eb0c 100644 --- a/structs.go +++ b/structs.go @@ -1202,8 +1202,8 @@ const ( ActivityTypeGame ActivityType = 0 ActivityTypeStreaming ActivityType = 1 ActivityTypeListening ActivityType = 2 - // ActivityTypeWatching // not valid in this use case? - ActivityTypeCustom ActivityType = 4 + ActivityTypeWatching ActivityType = 3 + ActivityTypeCustom ActivityType = 4 ) // Identify is sent during initial handshake with the discord gateway.