Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
8.75k stars 1.24k forks source link

InvisibleChat: fix embeds missing decrypted content #2655

Closed henmalib closed 2 months ago

henmalib commented 3 months ago

Closes https://github.com/Vendicated/Vencord/issues/2645

Discord seems to have changed embed fields. I compared them with embeds from bots and took fields from there, and now it works fine. ( Also i couldn't stop myself from changing await call().then() )

Before fix:

image

After fix:

image

Vendicated commented 2 months ago

thx!