Browse Source

docs: correct typo from copy-paste

pull/1319/head
Chris Johnston 6 years ago
parent
commit
a1e1e606cc
1 changed files with 2 additions and 2 deletions
  1. +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
}


Loading…
Cancel
Save