Discord.js v14

This commit is contained in:
Dragon Fire
2024-04-07 19:06:19 -04:00
parent 58c81aa912
commit f59826f7ab
272 changed files with 893 additions and 656 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = class AsciiCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
});