mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-17 20:32:48 +00:00
Merge branch 'master' of github.com:diamondburned/arikawa
This commit is contained in:
commit
9219d2fc40
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue