made it so it autoloads the player’s avatar
I think I’ve traced the issue down. You are practically nesting another HTTP request inside another HTTP request and encoding the HTTP request into JSON data. If you would like to obtain the player thumbnail, I suggest checking out the API, and create a Discord JavaScript bot using discord.js
and noblox.js
.
After, you should make a request to the endpoint of the Roblox API thumbnails, similarly to what Roblox currently does.
In my opinion. that’s too much resouceful, I would just suggest removing the thumbnail.
Edit: Here is the Roblox API documentation https://api.roblox.com/docs?useConsolidatedPage=true
1 Like
Thank you for the knowledge, I will have a look and remote the thumbnail entirely