|
@@ -959,6 +959,7 @@ type Identify struct {
|
|
|
Shard *[2]int `json:"shard,omitempty"`
|
|
|
Presence GatewayStatusUpdate `json:"presence,omitempty"`
|
|
|
GuildSubscriptions bool `json:"guild_subscriptions"`
|
|
|
+ Intents int `json:"intents"`
|
|
|
}
|
|
|
|
|
|
// IdentifyProperties contains the "properties" portion of an Identify packet
|