Browse Source

Merge pull request #680 from BlockBuilder57/patch-1

Add newest verification level
tags/1.0
Christopher F GitHub 8 years ago
parent
commit
23eda77f95
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/Discord.Net.Core/Entities/Guilds/VerificationLevel.cs

+ 3
- 1
src/Discord.Net.Core/Entities/Guilds/VerificationLevel.cs 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
}
}

Loading…
Cancel
Save