|
|
@@ -0,0 +1,18 @@ |
|
|
|
namespace Discord.Models |
|
|
|
{ |
|
|
|
public static class GuildFeatures |
|
|
|
{ |
|
|
|
public const string InviteSplash = "INVITE_SPLASH"; |
|
|
|
public const string VIPRegions = "VIP_REGIONS"; |
|
|
|
public const string VanityUrl = "VANITY_URL"; |
|
|
|
public const string Verified = "VERIFIED"; |
|
|
|
public const string Partnered = "PARTNERED"; |
|
|
|
public const string Public = "PUBLIC"; |
|
|
|
public const string Commerce = "COMMERCE"; |
|
|
|
public const string News = "NEWS"; |
|
|
|
public const string Discoverable = "DISCOVERABLE"; |
|
|
|
public const string Featurable = "FEATURABLE"; |
|
|
|
public const string AnimatedIcon = "ANIMATED_ICON"; |
|
|
|
public const string Banner = "BANNER"; |
|
|
|
} |
|
|
|
} |