From ea0d32880223d4e159bf5510171644a934d225be Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Jan 2021 12:04:20 -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 b170a418..b205c7d8 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: 'iimage-or-avatarmage', + type: 'image-or-avatarmage', default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 }) } ]