forked from pothtonswer/discordmuffin
Add ActivityTypeWatching (3) (#983)
This commit is contained in:
parent
4ebe5a08ee
commit
460b371cce
1 changed files with 2 additions and 2 deletions
|
@ -1202,7 +1202,7 @@ const (
|
||||||
ActivityTypeGame ActivityType = 0
|
ActivityTypeGame ActivityType = 0
|
||||||
ActivityTypeStreaming ActivityType = 1
|
ActivityTypeStreaming ActivityType = 1
|
||||||
ActivityTypeListening ActivityType = 2
|
ActivityTypeListening ActivityType = 2
|
||||||
// ActivityTypeWatching // not valid in this use case?
|
ActivityTypeWatching ActivityType = 3
|
||||||
ActivityTypeCustom ActivityType = 4
|
ActivityTypeCustom ActivityType = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue