Prechádzať zdrojové kódy

Add ActivityTypeWatching (3) (#983)

rigormorrtiss 3 rokov pred
rodič
commit
460b371cce
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      structs.go

+ 2 - 2
structs.go

@@ -1202,8 +1202,8 @@ 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?
-	ActivityTypeCustom ActivityType = 4
+	ActivityTypeWatching  ActivityType = 3
+	ActivityTypeCustom    ActivityType = 4
 )
 )
 
 
 // Identify is sent during initial handshake with the discord gateway.
 // Identify is sent during initial handshake with the discord gateway.