diff --git a/commands/meme-gen/challenger.js b/commands/meme-gen/challenger.js index 830cdf31..75872d2a 100644 --- a/commands/meme-gen/challenger.js +++ b/commands/meme-gen/challenger.js @@ -32,17 +32,17 @@ module.exports = class ChallengerCommand extends Command { } ], args: [ - { - key: 'image', - prompt: 'What image would you like to edit?', - type: 'image', - default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 }) - }, { key: 'silhouetted', prompt: 'Should the image be silhouetted?', type: 'boolean', default: false + }, + { + key: 'image', + prompt: 'What image would you like to edit?', + type: 'image', + default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 }) } ] }); diff --git a/package.json b/package.json index c04de736..0eb15917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "112.13.1", + "version": "112.13.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {