Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New verification level #677

Closed
nickname76 opened this issue Jul 26, 2019 · 2 comments · Fixed by #680
Closed

New verification level #677

nickname76 opened this issue Jul 26, 2019 · 2 comments · Fixed by #680
Milestone

Comments

@nickname76
Copy link

I think it's too small for pull request, so, please, add new verification level
Like this (discordgo/structs.go):

// Constants for VerificationLevel levels from 0 to 3 inclusive
const (
	VerificationLevelNone VerificationLevel = iota
	VerificationLevelLow
	VerificationLevelMedium
	VerificationLevelHigh
)
// Constants for VerificationLevel levels from 0 to 4 inclusive
const (
	VerificationLevelNone VerificationLevel = iota
	VerificationLevelLow
	VerificationLevelMedium
	VerificationLevelHigh
        VerificationLevelVeryHigh
)
@Bios-Marcel
Copy link

Nothing is too small for a pullrequest :P

@Hinara
Copy link
Contributor

Hinara commented Jul 27, 2019

Just don't forget to make it on develop ;) But yes small commits are good because they can be revert easily in case of trouble :)

@bwmarrin bwmarrin added this to the v0.20.0 milestone Aug 27, 2019
Bios-Marcel pushed a commit to Bios-Marcel/discordgo that referenced this issue Feb 8, 2020
ErikMcClure pushed a commit to ErikMcClure/discordgo that referenced this issue Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants