From df598b03ee47985c61375413ee4b0f51617b26e1 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Thu, 31 Mar 2022 14:06:56 +0000 Subject: [PATCH] fix: update description of prop. Closes #2149 --- types/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;