Fix Avatar

This commit is contained in:
Dragon Fire
2020-04-01 10:15:41 -04:00
parent 120c73d897
commit f2b1e9245a
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -3,3 +3,5 @@ package-lock.json
logs/
*.log
.env
commands/games-mp/dots-and-boxes.js
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class AvatarCommand extends Command {
const embed = new MessageEmbed()
.setTitle(user.tag)
.setDescription(
formats.map(fmt => embedURL(fmt.toUpperCase(), user.displayAvatarURL({ format: fmt, size: 2028 }))).join(' | ')
formats.map(fmt => embedURL(fmt.toUpperCase(), user.displayAvatarURL({ format: fmt, size: 2048 }))).join(' | ')
)
.setImage(user.displayAvatarURL({ format, size: 2048 }))
.setColor(0x00AE86);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "112.19.3",
"version": "112.19.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {