mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-01 08:20:10 +00:00
chore: add pending property to GuildMember (#47)
ref: https://github.com/discord/discord-api-docs/pull/2345
This commit is contained in:
@@ -227,6 +227,7 @@ export interface APIGuildMember {
|
||||
premium_since?: string | null;
|
||||
deaf: boolean;
|
||||
mute: boolean;
|
||||
pending?: boolean | null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user