Update guild.ts

This commit is contained in:
ITOH
2021-05-03 22:58:27 +02:00
parent 31318f6dee
commit 8ee9a7cdec

View File

@@ -105,7 +105,7 @@ export interface Guild {
approximateMemberCount?: number;
/** Approximate number of non-offline members in this guild, returned from the GET /guilds/<id> endpoint when with_counts is true */
approximatePresenceCount?: number;
/** The welcome screen of a Community guild, shown to new members, returned when in the invite object */
/** The welcome screen of a Community guild, shown to new members, returned in an Invite's guild object */
welcomeScreen?: WelcomeScreen;
/** `true` if this guild is designated as NSFW */
nsfw: boolean;