This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#680
from BlockBuilder57/patch-1
Add newest verification level
tags/1.0
Christopher F
GitHub
8 years ago
parent
9a8d914735
2ef53330fb
commit
23eda77f95
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
}
Write
Preview
Loading…
Cancel
Save