mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-28 06:20:11 +00:00
fix(APIGuildMember): drop nullability of pending prop (#49)
This commit is contained in:
@@ -227,7 +227,7 @@ export interface APIGuildMember {
|
||||
premium_since?: string | null;
|
||||
deaf: boolean;
|
||||
mute: boolean;
|
||||
pending?: boolean | null;
|
||||
pending?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user