Add newest verification level

Users must have a verified phone on their Discord account.

http://i.imgur.com/BexDgzS.png
This commit is contained in:
BlockBuilder57
2017-05-29 13:33:28 -05:00
committed by GitHub
parent 8eb9b2071c
commit 2ef53330fb

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
}
}