Skip to content

Commit

Permalink
fix(Presence) missing client property definition (#6054)
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmZiNc authored Jul 5, 2021
1 parent 93e2c04 commit 162d89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ export class Permissions extends BitField<PermissionString, bigint> {
export class Presence {
public constructor(client: Client, data?: unknown);
public activities: Activity[];
public readonly client: Client;
public clientStatus: ClientPresenceStatusData | null;
public guild: Guild | null;
public readonly member: GuildMember | null;
Expand Down

0 comments on commit 162d89a

Please sign in to comment.