riolubruh / YABDP4Nitro

Yet Another BetterDiscord Plugin for Nitro features. Unlock screensharing modes, use cross-server and gif emotes and much more!
Other
732 stars 141 forks source link

🐛 fix: animated profile pictures not displaying correctly #184

Closed Moeefa closed 4 months ago

Moeefa commented 4 months ago

Changes

Change the function of the Zere's Plugin Library module to get the user's profile photo, as getAvatarURL returns undefined in v2.0.19 and was breaking profile photos of users who actually have a Nitro-animated profile, the current behavior was that the images were static instead of being animated. From this version onwards, apparently getUserAvatarURL should be used.

You can find the module at: https://rauenzi.github.io/BDPluginLibrary/docs/modules_discordmodules.js.html

Screenshots

Screenshot

riolubruh commented 4 months ago

Thanks