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
@@ -33,6 +33,7 @@ module.exports = class ImplodeCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]