1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-30 06:01:17 +00:00

Merge branch 'master' of github.com:diamondburned/arikawa

This commit is contained in:
diamondburned (Forefront) 2020-05-05 20:28:07 -07:00
commit 9219d2fc40

View file

@ -49,9 +49,9 @@ func (u User) AvatarURL() string {
type UserFlags uint32 type UserFlags uint32
const ( const NoFlag UserFlags = 0
NoFlag UserFlags = 0
const (
DiscordEmployee UserFlags = 1 << iota DiscordEmployee UserFlags = 1 << iota
DiscordPartner DiscordPartner
HypeSquadEvents HypeSquadEvents