Merge pull request #680 from BlockBuilder57/patch-1

Add newest verification level
This commit is contained in:
Christopher F
2017-06-15 10:44:59 -04:00
committed by GitHub

View File

@@ -9,6 +9,8 @@
/// <summary> Users must fulfill the requirements of Low, and be registered on Discord for at least 5 minutes. </summary>
Medium = 2,
/// <summary> Users must fulfill the requirements of Medium, and be a member of this guild for at least 10 minutes. </summary>
High = 3
High = 3,
/// <summary> Users must fulfill the requirements of High, and must have a verified phone on their Discord account. </summary>
Extreme = 4
}
}