RiiConnect24 / RiiTag

RiiTag is a customizable gamertag for the Wii.
https://tag.rc24.xyz/
GNU Affero General Public License v3.0
14 stars 7 forks source link

Use Discord avatars dynamically #12

Closed larsenv closed 3 years ago

larsenv commented 3 years ago

So the feature with RiiTag to use your avatar from Discord - it works, but the avatars are stored in data/avatars and never update when someone changes their avatar on Discord.

Could we work out a way to make the avatars be updated?

Maybe every time the RiiTag reboots, it clears out the avatar folder?

bennyman123abc commented 3 years ago

You're the one who forgot to implement this. Clear it out like the cache folder is cleared. Or, you could run a comparison against the saved avatar when the avatar is requested.

bennyman123abc commented 3 years ago

Fixed in PR #16