mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +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:
parent
b8fd3f65d9
commit
042e071a64
1 changed files with 1 additions and 0 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -1165,6 +1165,7 @@ declare module 'discord.js' {
|
||||||
constructor(client: Client, data: object, message: Message);
|
constructor(client: Client, data: object, message: Message);
|
||||||
private _emoji: GuildEmoji | ReactionEmoji;
|
private _emoji: GuildEmoji | ReactionEmoji;
|
||||||
|
|
||||||
|
public readonly client: Client;
|
||||||
public count: number | null;
|
public count: number | null;
|
||||||
public readonly emoji: GuildEmoji | ReactionEmoji;
|
public readonly emoji: GuildEmoji | ReactionEmoji;
|
||||||
public me: boolean;
|
public me: boolean;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue