feat: add ActivityTypeCompeting (5) (#990)

This commit is contained in:
rigormorrtiss 2021-08-21 21:50:00 +04:00 committed by GitHub
parent d655d6df7b
commit 0fad116c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1213,6 +1213,7 @@ const (
ActivityTypeListening ActivityType = 2 ActivityTypeListening ActivityType = 2
ActivityTypeWatching ActivityType = 3 ActivityTypeWatching ActivityType = 3
ActivityTypeCustom ActivityType = 4 ActivityTypeCustom ActivityType = 4
ActivityTypeCompeting ActivityType = 5
) )
// Identify is sent during initial handshake with the discord gateway. // Identify is sent during initial handshake with the discord gateway.