diff --git a/types/discord.ts b/types/discord.ts index 67c40ee1d..e589aa257 100644 --- a/types/discord.ts +++ b/types/discord.ts @@ -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;