This commit is contained in:
Dragon Fire
2021-01-30 12:04:57 -05:00
parent ea0d328802
commit 410ed3bc4f
@@ -35,7 +35,7 @@ module.exports = class GirlWorthFightingForCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image-or-avatarmage',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]