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.',