'Send Discord webhook with Webp image

I'm trying to send a webhook to a specific discord channel, however the webhook contains a webp image. I've had this problem multiple times and have never seemed to find a fix for it. Discord just doesn't seem to load webp images, see image below. If anyone knows a workaround that works please let me know, i've been searching for a solution for days.

I even tried to bypass the issue by downloading the webp image with a request via Nodejs, converting it to a JPG image and then sending it through my webhook. However that is pretty incovenient, and I have not managed to download a Webp image with a request since it just freezes at request.

Example image im trying to send with the webhook: https://eu.louisvuitton.com/images/is/image/lv/1/PP_VP_L/louis-vuitton-lv-volt-upside-down-pendant-yellow-gold-jewelry--Q93868_PM2_Front%20View.png?wid=656&hei=656

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source