Skip to content

Commit 042e071

Browse files
authored
fix(MessageReaction): add client property to typings (#5003)
close #5002 Co-authored-by: Ashley Meadows <itsa-sh@users.noreply.github.com>
1 parent b8fd3f6 commit 042e071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ declare module 'discord.js' {
11651165
constructor(client: Client, data: object, message: Message);
11661166
private _emoji: GuildEmoji | ReactionEmoji;
11671167

1168+
public readonly client: Client;
11681169
public count: number | null;
11691170
public readonly emoji: GuildEmoji | ReactionEmoji;
11701171
public me: boolean;

0 commit comments

Comments
 (0)