Skip to content
Advertisement

How can I make the avatar appear in large format?

JavaScript

I’m new to all this, sorry for my stupidity :c is my first discord bot! when I give the command !avatar on discord, the avatar comes out very small on the right of the embed

Advertisement

Answer

Thumbnails are small. You would need to place the avatar in .setImage() then have it set to scale up to 256 in size

JavaScript

This will ensure the image reaches a big size. Just keep in mind that some avatars might be low resolution, and can seem over blown if at a larger size.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement