From 0fad116c6c2a01a8632c35db1484955a6dcc42ef Mon Sep 17 00:00:00 2001 From: rigormorrtiss Date: Sat, 21 Aug 2021 21:50:00 +0400 Subject: [PATCH] feat: add ActivityTypeCompeting (5) (#990) --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 62cc45c58..5688cacf9 100644 --- a/structs.go +++ b/structs.go @@ -1213,6 +1213,7 @@ const ( ActivityTypeListening ActivityType = 2 ActivityTypeWatching ActivityType = 3 ActivityTypeCustom ActivityType = 4 + ActivityTypeCompeting ActivityType = 5 ) // Identify is sent during initial handshake with the discord gateway.