When using webhook.send(json) with json content as follows json { "username": "Test", "avatar_url": "imgur.com/testimage", "embeds": [ { "title": "Test", "color": "3092790", "description": "something" } ] }
Eeverything works fine except the avatar. Why would it not be being set?
#webhook.send(json) not overriding default avatar.
3 messages · Page 1 of 1 (latest)
WebhookMessageOptions
Options that can be passed into send.
kek