fix: update description of prop. Closes #2149

This commit is contained in:
Skillz4Killz
2022-03-31 14:06:56 +00:00
committed by GitHub
parent 43cfc3f44b
commit df598b03ee

View File

@@ -531,7 +531,7 @@ export interface DiscordGuild {
max_members?: number;
/** The vanity url code for the guild */
vanity_url_code: string | null;
/** The description of a Community guild */
/** The description of a guild */
description: string | null;
/** Premium tier (Server Boost level) */
premium_tier: PremiumTiers;