1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-29 21:58:57 +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
const (
NoFlag UserFlags = 0
const NoFlag UserFlags = 0
const (
DiscordEmployee UserFlags = 1 << iota
DiscordPartner
HypeSquadEvents