mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
feat(GuildMember): #pending (#5121)
* Add GuildMember#isPending * Rename is_pending to pending * Improve jsdoc wording * pending isn't nullable * ??
This commit is contained in:
committed by
GitHub
parent
e37160f4e3
commit
c4c817116f
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -803,6 +803,7 @@ declare module 'discord.js' {
|
||||
public readonly displayName: string;
|
||||
public guild: Guild;
|
||||
public readonly id: Snowflake;
|
||||
public pending: boolean;
|
||||
public readonly joinedAt: Date | null;
|
||||
public joinedTimestamp: number | null;
|
||||
public readonly kickable: boolean;
|
||||
|
||||
Reference in New Issue
Block a user