Add ActivityTypeWatching (3) (#983)

This commit is contained in:
rigormorrtiss 2021-08-09 04:33:41 +04:00 committed by GitHub
parent 4ebe5a08ee
commit 460b371cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.