forked from pothtonswer/discordmuffin
Refactor VerificationLevel consts
This commit is contained in:
parent
58fe658fa5
commit
cba9b5039e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue