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": {