Who's that pokemon should default to silhouette

This commit is contained in:
Dragon Fire
2019-12-18 12:07:31 -05:00
parent 574e137a56
commit 67ef2d40e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ module.exports = class WhosThatPokemonCommand extends Command {
key: 'hide', key: 'hide',
prompt: 'Do you want to silhouette the Pokémon\'s image?', prompt: 'Do you want to silhouette the Pokémon\'s image?',
type: 'boolean', type: 'boolean',
default: false default: true
} }
] ]
}); });
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiao", "name": "xiao",
"version": "109.3.3", "version": "109.3.4",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Xiao.js", "main": "Xiao.js",
"scripts": { "scripts": {