avatarURL on webhook not working

webhookClient.send({
content: 'Webhook test',
username: 'Test',
avatarURL: 'https://crafatar.com/renders/head/069a79f444e94726a5befca90e38aaf5'
});
webhookClient.send({
content: 'Webhook test',
username: 'Test',
avatarURL: 'https://crafatar.com/renders/head/069a79f444e94726a5befca90e38aaf5'
});
Why is the avatar of the webhook the default one even though I've changed it?
3 Replies
d.js toolkit
d.js toolkit3w ago
- 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!
Amgelo
Amgelo3w ago
you're using it correctly so it must be on the api's side, not djs you could ask in the ddevs server #useful-servers
Jepe
Jepe3w ago
GitHub
Discord spoofing requests and causing traffic amplification · Issu...
[github.com/crafatar/crafatar/issues/322] Description: Experiencing an issue where direct URLs from Crafatar, such as https://crafatar.com/renders/head/1418475b-1029-4a9a-af78-fbf5d59dfee0.png, are...

Did you find this page helpful?