From 6b2091e272d3cfbfb17303683bb100ce153350ba Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 23 Aug 2017 11:02:15 +0000 Subject: [PATCH] Fix --- commands/games/whos-that-pokemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/whos-that-pokemon.js b/commands/games/whos-that-pokemon.js index 67e778a1..612cc4e4 100644 --- a/commands/games/whos-that-pokemon.js +++ b/commands/games/whos-that-pokemon.js @@ -7,7 +7,7 @@ module.exports = class WhosThatPokemonCommand extends Command { constructor(client) { super(client, { name: 'whos-that-pokemon', - aliases: ['who-pokmeon', '', 'whos-that-pokémon', 'who-pokémon'], + aliases: ['who-pokemon', '', 'whos-that-pokémon', 'who-pokémon'], group: 'games', memberName: 'whos-that-pokemon', description: 'Guess who that Pokémon is.',