FluffyCat404❤
FluffyCat404❤
DIAdiscord.js - Imagine an app
Created by FluffyCat404❤ on 4/13/2025 in #djs-questions
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?
5 replies