1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-02-12 14:33:26 +00:00

Gateway: Changed Intents' type from uint16 to uint32 for future constants

This commit is contained in:
diamondburned (Forefront) 2020-02-21 23:38:51 -08:00
parent 64aca9ea40
commit ce59298937

View file

@ -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