mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-18 09:17:28 +00:00
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:
co-authored by
Ashley Meadows
parent
b8fd3f65d9
commit
042e071a64
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user