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
docs: correct typo from copy-paste
pull/1319/head
Chris Johnston
6 years ago
parent
4649220bc2
commit
a1e1e606cc
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Discord.Net.Core/Entities/Guilds/PremiumTier.cs
+ 2
- 2
src/Discord.Net.Core/Entities/Guilds/PremiumTier.cs
View File
@@ -11,11 +11,11 @@ namespace Discord
/// </summary>
Tier1 = 1,
/// <summary>
/// Used for guilds that have Tier
1
guild boosts.
/// Used for guilds that have Tier
2
guild boosts.
/// </summary>
Tier2 = 2,
/// <summary>
/// Used for guilds that have Tier
1
guild boosts.
/// Used for guilds that have Tier
3
guild boosts.
/// </summary>
Tier3 = 3
}
Write
Preview
Loading…
Cancel
Save