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