Is it possible to send a message later so that it is sent as if it was sent by the user?
for example, when sending a message from the bot message.channel.send
, change the avatar and nickname somehow and send
8 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!you're looking for webhooks probably
I saw such code in the old documentation, but the
createMessage
method does not work in it
what version of djs are you using
current for me: v14.13.0
version in old documentation:13.16.0
yeah dont do that
I get it thanks