mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01: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:
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;
|
||||
|
||||
Reference in New Issue
Block a user