fix unpatched part

This commit is contained in:
Helloyunho 2021-01-28 04:14:39 +09:00
parent 2a38fc1e00
commit bf0c82f273
1 changed files with 1 additions and 1 deletions

View File

@ -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
}