Skip to content

Commit

Permalink
Add ActivityTypeWatching (3) (bwmarrin#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
rigormorrtiss authored and jccit committed Sep 14, 2021
1 parent f6f09ad commit 1e0f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e0f0c5

Please sign in to comment.