fix unpatched part
This commit is contained in:
parent
2a38fc1e00
commit
bf0c82f273
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ export interface GuildMemberUpdatePayload {
|
|||
guild_id: string
|
||||
roles: string[]
|
||||
user: UserPayload
|
||||
nick?: string | undefined
|
||||
nick: string | null
|
||||
joined_at: string
|
||||
premium_since?: string | undefined
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue