From 762745103da068f63ab2b98cb2b6a1fcabb7d098 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 16 Apr 2017 19:04:45 +0000 Subject: [PATCH] Moo --- commands/search/pokedex.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index 063c737a..3b8e0fab 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -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?',