mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +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);
|
||||
private _emoji: GuildEmoji | ReactionEmoji;
|
||||
|
||||
public readonly client: Client;
|
||||
public count: number | null;
|
||||
public readonly emoji: GuildEmoji | ReactionEmoji;
|
||||
public me: boolean;
|
||||
|
|
|
|||
Loading…
Reference in a new issue