From 67ef2d40e3742b8a2ed79128bb7be5fe14e29187 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 18 Dec 2019 12:07:31 -0500 Subject: [PATCH] Who's that pokemon should default to silhouette --- commands/sp-games/whos-that-pokemon.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/sp-games/whos-that-pokemon.js b/commands/sp-games/whos-that-pokemon.js index 2c2b4ed7..ab8add5b 100644 --- a/commands/sp-games/whos-that-pokemon.js +++ b/commands/sp-games/whos-that-pokemon.js @@ -35,7 +35,7 @@ module.exports = class WhosThatPokemonCommand extends Command { key: 'hide', prompt: 'Do you want to silhouette the Pokémon\'s image?', type: 'boolean', - default: false + default: true } ] }); diff --git a/package.json b/package.json index 38ae4266..3257a9df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "109.3.3", + "version": "109.3.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {