feat(types/guild): add nsfw: boolean

This commit is contained in:
DjDeveloper 2021-04-14 14:36:33 +05:30 committed by GitHub
parent 5e2a057462
commit 30be804166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ export interface GuildPayload {
max_video_channel_users?: number
approximate_number_count?: number
approximate_presence_count?: number
nsfw: boolean
}
export interface MemberPayload {