Skip to content
Advertisement

Small discord.js Avatar image

Avatar issue example

enter image description here

I am trying to do the discord.js avatar command and it works. It sends the image it needs to send but the issue is that the image sent is small compared to other bots. Am using the command handler in the discord.js guide

JavaScript

Advertisement

Answer

You can add a size option like how you did with you format

JavaScript

the size as to be one of the following 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, For more info you can view the options here https://discord.js.org/#/docs/main/stable/typedef/ImageURLOptions

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