Use avatarSize

This commit is contained in:
Dragon Fire
2024-05-09 00:23:04 -04:00
parent f881407643
commit 9118e0f054
91 changed files with 101 additions and 11 deletions
+1
View File
@@ -29,6 +29,7 @@ module.exports = class DislikeCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 1024,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
}
]