Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Reacting after Interaction Reply with Embed - discord.js - Imagine an app
d-Iaa
discord.js - Imagine an app
•
2y ago
•
4 replies
Stanlehx
Reacting after Interaction Reply with Embed
I have checked the document and from what I understand
, I need to code it like this
const message
= await interaction
.reply
(
{ embeds
:
[voteEmbed
]
, files
:
[file
]
}
)
;
message
.react
(
'
'
)
.then
(
(
)
=
> message
.react
(
'
'
)
)
.then
(
(
)
=
> message
.react
(
'
'
)
)
but however it says message
.react is not a function
.
discord.js - Imagine an app
Join
Support server for discord.js, a Node.js module to interact with Discord's apps API.
57,797
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Issue with interaction.reply
d-Iaa
discord.js - Imagine an app / djs-questions
3y ago