Use forceStatic

This commit is contained in:
Dragon Fire
2024-09-13 15:14:27 -04:00
parent e4696e0420
commit f78c7f1154
109 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -33,7 +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 })
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512, forceStatic: true })
}
]
});