mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -25,7 +25,6 @@ module.exports = class PokedexAbilityCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'ability',
|
||||
prompt: 'What ability would you like to get information on?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -68,7 +68,6 @@ module.exports = class PokedexBoxSpriteCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to get the box sprite of?',
|
||||
type: 'pokemon'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -48,7 +48,6 @@ module.exports = class PokedexCryCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to play the cry of?',
|
||||
type: 'pokemon'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -39,7 +39,6 @@ module.exports = class PokedexImageCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to get the image of?',
|
||||
type: 'pokemon'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,7 +25,6 @@ module.exports = class PokedexItemCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'item',
|
||||
prompt: 'What item would you like to get information on?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -47,7 +47,6 @@ module.exports = class PokedexLocationCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to get information on?',
|
||||
type: 'pokemon'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,7 +25,6 @@ module.exports = class PokedexMoveCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'move',
|
||||
prompt: 'What move would you like to get information on?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -52,7 +52,6 @@ module.exports = class PokedexMovesetCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to get information on?',
|
||||
type: 'pokemon'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -38,12 +38,10 @@ module.exports = class PokedexCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to get information on?',
|
||||
type: 'pokemon'
|
||||
},
|
||||
{
|
||||
key: 'form',
|
||||
prompt: 'What form do you want to get information for?',
|
||||
type: 'string',
|
||||
default: '',
|
||||
parse: form => {
|
||||
|
||||
@@ -69,7 +69,6 @@ module.exports = class PokedexCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to get information on?',
|
||||
type: 'pokemon'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -53,7 +53,6 @@ module.exports = class SmogonCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'pokemon',
|
||||
prompt: 'What Pokémon would you like to get information on?',
|
||||
type: 'pokemon'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user