#Change username and avatar for one message only
4 messages · Page 1 of 1 (latest)
Send the message through a webhook with username and avatarURL options provided
https://old.discordjs.dev/#/docs/discord.js/main/typedef/WebhookMessageCreateOptions
You can either create webhooks as needed or try to access existing ones (assuming you have the permissions required)
https://old.discordjs.dev/#/docs/discord.js/main/class/TextChannel?scrollTo=createWebhook
https://old.discordjs.dev/#/docs/discord.js/main/class/TextChannel?scrollTo=fetchWebhooks
That's correct and not that I'm aware of. Can wait to see if someone else chimes in with an alternative