15 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!and where did you define client.interactions
this is a horrible way to handle interactions
just follow the guide
Is there any way for me to create an interaction or edit this message that is in ephemeral using the message id?
@polarwolvinny ❄ 🌈
<Interaction>.editReply()
you can pass in the message you want to edit in the call
How can I define this <Interaction> by message id?
but i'd recommend not copy pasting code without knowing what it does
How can I define the message by its id??
add fetchReply: true when sending and it will resolve into a Message
you do need an interaction to edit an ephemeral message
how can I do this :_
by not copy pasting code
client.fetchReply is not a function
you have to define it yourself
How can I define this and the problem
@polarwolvinny ❄ 🌈