mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
add(types): nsfw field
* feat(types): add nsfw field to Guild
Reference: 5e63e309bb
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
This commit is contained in:
@@ -107,4 +107,6 @@ export interface Guild {
|
||||
approximatePresenceCount?: number;
|
||||
/** The welcome screen of a Community guild, shown to new members, returned when in the invite object */
|
||||
welcomeScreen?: WelcomeScreen;
|
||||
/** `true` if this guild is designated as NSFW */
|
||||
nsfw: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user