#Check what message im a replying
11 messages · Page 1 of 1 (latest)
When im doing this replying i want that "Like I want to get this message" get fetched or find a way to get the id of that message
resolve the promise from reply() and store it in a variable
Uhm so wait what i need to do?
I have the message obj
Oh Nvm
Message.reference solved the issue
https://discordjs.guide/additional-info/async-await.html#how-do-promises-work
if you want to await the reply() method you can store it in a variable like that const msg = <Message>.reply() then msg will be the reply, if you use then() the resolved value will be the reply
When Replying returning this
I think that my method with Message.reference it's more easier and fast