This commit is contained in:
Dragon Fire
2020-05-22 21:26:08 -04:00
parent a55d79e5f8
commit 32805b594b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class DislikeCommand extends Command {
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1028 })
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
]
});
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class LikeCommand extends Command {
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1028 })
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
]
});