From 410ed3bc4f53e321538ea08e4da9d2f97b46c885 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Jan 2021 12:04:57 -0500 Subject: [PATCH] Fix --- commands/edit-meme/girl-worth-fighting-for.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) } ]