feat(types/guild): add nsfw: boolean
This commit is contained in:
parent
5e2a057462
commit
30be804166
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue