diff --git a/gateway/identify.go b/gateway/identify.go index 8d133fe..dcc1013 100644 --- a/gateway/identify.go +++ b/gateway/identify.go @@ -39,7 +39,7 @@ type IdentifyData struct { // Intents is a new Discord API feature that's documented at // https://discordapp.com/developers/docs/topics/gateway#gateway-intents. -type Intents uint16 +type Intents uint32 const ( IntentGuilds Intents = 1 << iota