Refactor VerificationLevel consts
This commit is contained in:
parent
58fe658fa5
commit
cba9b5039e
1 changed files with 4 additions and 4 deletions
|
@ -150,10 +150,10 @@ type VerificationLevel int
|
||||||
|
|
||||||
// Constants for VerificationLevel levels from 0 to 3 inclusive
|
// Constants for VerificationLevel levels from 0 to 3 inclusive
|
||||||
const (
|
const (
|
||||||
VerificationLevelNone VerificationLevel = iota
|
VerificationLevelNone VerificationLevel = iota
|
||||||
VerificationLevelLow VerificationLevel = iota
|
VerificationLevelLow
|
||||||
VerificationLevelMedium VerificationLevel = iota
|
VerificationLevelMedium
|
||||||
VerificationLevelHigh VerificationLevel = iota
|
VerificationLevelHigh
|
||||||
)
|
)
|
||||||
|
|
||||||
// A Guild holds all data related to a specific Discord Guild. Guilds are also
|
// A Guild holds all data related to a specific Discord Guild. Guilds are also
|
||||||
|
|
Loading…
Reference in a new issue