Table of Contents
Fixing your profile picture/avatar image #
Currently, ATSLink only supports direct URIs for avatar images, meaning if your image url doesn’t end in .png, .jpg, .jpeg, .gif, or another supported file extension, it won’t work!
✅ Example of a valid image url:
https://myarcane.com/jb-avatar.png (ends in .png! ✔️)
❌ Example of an invalid image URL:
https://imgur.com/a/UgM9C4K (notice how it doesn’t end in .png, .gif, etc!)