mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
Who's that pokemon should default to silhouette
This commit is contained in:
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user