Refactor VerificationLevel consts

This commit is contained in:
Nicholas Stafie 2016-02-27 01:22:02 +02:00
parent 58fe658fa5
commit cba9b5039e
No known key found for this signature in database
GPG key ID: 744268B4FBF404BE

View file

@ -151,9 +151,9 @@ type VerificationLevel int
// Constants for VerificationLevel levels from 0 to 3 inclusive
const (
VerificationLevelNone VerificationLevel = iota
VerificationLevelLow VerificationLevel = iota
VerificationLevelMedium VerificationLevel = iota
VerificationLevelHigh VerificationLevel = iota
VerificationLevelLow
VerificationLevelMedium
VerificationLevelHigh
)
// A Guild holds all data related to a specific Discord Guild. Guilds are also