mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Moo
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = class PokedexCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'pokedex',
|
||||
description: 'Gives the pokedex entry for a Pokemon. (;pokedex Pikachu)',
|
||||
examples: [';pokedex Pikachu'],
|
||||
description: 'Gives the pokedex entry for a Pokemon. (;pokedex 001)',
|
||||
examples: [';pokedex 001'],
|
||||
args: [{
|
||||
key: 'index',
|
||||
prompt: 'What Pokémon would you like to get info on?',
|
||||
|
||||
Reference in New Issue
Block a user