From 4bd619fb2ac93bcf243c79788374052074d1f70c Mon Sep 17 00:00:00 2001 From: rigormorrtiss Date: Fri, 20 Aug 2021 19:31:56 +0400 Subject: [PATCH] feat: add ActivityTypeCompeting (5) --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index de6eb0cdd..d64a73ca0 100644 --- a/structs.go +++ b/structs.go @@ -1204,6 +1204,7 @@ const ( ActivityTypeListening ActivityType = 2 ActivityTypeWatching ActivityType = 3 ActivityTypeCustom ActivityType = 4 + ActivityTypeCompeting ActivityType = 5 ) // Identify is sent during initial handshake with the discord gateway.