fix(MessageReaction): add client property to typings (#5003)

close #5002

Co-authored-by: Ashley Meadows <itsa-sh@users.noreply.github.com>
This commit is contained in:
Ashley Meadows
2020-11-17 21:05:03 +00:00
committed by GitHub
parent b8fd3f65d9
commit 042e071a64

1
typings/index.d.ts vendored
View File

@@ -1165,6 +1165,7 @@ declare module 'discord.js' {
constructor(client: Client, data: object, message: Message);
private _emoji: GuildEmoji | ReactionEmoji;
public readonly client: Client;
public count: number | null;
public readonly emoji: GuildEmoji | ReactionEmoji;
public me: boolean;