mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
fix(Actions): inject built data by using a symbol (#9204)
This commit is contained in:
@@ -802,9 +802,9 @@ class Message extends Base {
|
||||
|
||||
return this.client.actions.MessageReactionAdd.handle(
|
||||
{
|
||||
user: this.client.user,
|
||||
channel: this.channel,
|
||||
message: this,
|
||||
[this.client.actions.injectedUser]: this.client.user,
|
||||
[this.client.actions.injectedChannel]: this.channel,
|
||||
[this.client.actions.injectedMessage]: this,
|
||||
emoji: Util.resolvePartialEmoji(emoji),
|
||||
},
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user