浏览代码

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.