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,7 +1202,7 @@ const (
ActivityTypeGame ActivityType = 0
ActivityTypeStreaming ActivityType = 1
ActivityTypeListening ActivityType = 2
// ActivityTypeWatching // not valid in this use case?
ActivityTypeWatching ActivityType = 3
ActivityTypeCustom ActivityType = 4
)