소스 검색

feat: add ActivityTypeCompeting (5) (#990)

rigormorrtiss 3 년 전
부모
커밋
0fad116c6c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      structs.go

+ 1 - 0
structs.go

@@ -1213,6 +1213,7 @@ const (
 	ActivityTypeListening ActivityType = 2
 	ActivityTypeWatching  ActivityType = 3
 	ActivityTypeCustom    ActivityType = 4
+	ActivityTypeCompeting ActivityType = 5
 )
 
 // Identify is sent during initial handshake with the discord gateway.