diff --git a/commands/edit-meme/girl-worth-fighting-for.js b/commands/edit-meme/girl-worth-fighting-for.js index b205c7d8..fff16660 100644 --- a/commands/edit-meme/girl-worth-fighting-for.js +++ b/commands/edit-meme/girl-worth-fighting-for.js @@ -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 }) } ]