chore: add pending property to GuildMember (#47)

ref: https://github.com/discord/discord-api-docs/pull/2345
This commit is contained in:
Vlad Frangu
2020-12-17 10:17:31 +02:00
committed by GitHub
parent 8d77142ca5
commit b832b24603

View File

@@ -227,6 +227,7 @@ export interface APIGuildMember {
premium_since?: string | null;
deaf: boolean;
mute: boolean;
pending?: boolean | null;
}
/**