1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-29 21:58:57 +00:00

Merge pull request #19 from erebid/master

This PR fixes a mistake with iota, which caused all constants to be incorrect.
This commit is contained in:
diamondburned 2020-05-05 18:11:23 -07:00 committed by GitHub
commit aab7d39c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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