简体   繁体   中英

How to make user profile picture bigger | discord.js

The issue I am having is that every time I make the bot display someones avatar its significantly smaller to what other bots display like Dyno and sx4. Example:

在此处输入图像描述

How would I make the image bigger?(my bot is the one named "Azrael")

Try: user.displayAvatarURL({size: 2048})

displayAvatarURL() method is better than avatarURL() because it also shows user's avatar if they have discord default one.

https://discord.js.org/#/docs/main/stable/class/User?scrollTo=displayAvatarURL

The MessageEmbedImage object has a height and width property you can set. For more information on embed image objects, visit here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM