Is it possible to change the profile picture and name for a single message without using a webhook?
"Is it possible to change the profile picture and name for a single message without using a webhook?
I want to send a message with a different name and profile picture. Can this be done using the regular
channel.send(...)
method, or do I need to use webhooks?"2 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!
- ✅
Marked as resolved by OP
Ok, it seems that I have to use webhooks. I hoped to avoid this ^^. According to Gemini and GitHub Copilot