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:
parent
64aca9ea40
commit
ce59298937
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue