Remove prompt from all commands

This commit is contained in:
Dragon Fire
2024-03-30 00:30:52 -04:00
parent c258b41dae
commit 8d8198784e
400 changed files with 0 additions and 548 deletions
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]
-2
View File
@@ -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 => {
-1
View File
@@ -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'
}
]
-1
View File
@@ -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'
}
]