Enum PremiumTier
Represents a server's premium tier.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum PremiumTier
Fields
Name | Description |
---|---|
None | Indicates that this server was not boosted. |
Tier_1 | Indicates that this server was boosted two times. |
Tier_2 | Indicates that this server was boosted fifteen times. |
Tier_3 | Indicates that this server was boosted thirty times. |
Unknown | Indicates an unknown premium tier. |