mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
Update guild.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user