diff --git a/commands/edit-image/pokemon-fusion.js b/commands/edit-image/pokemon-fusion.js index f1f0f16c..8cb34aac 100644 --- a/commands/edit-image/pokemon-fusion.js +++ b/commands/edit-image/pokemon-fusion.js @@ -7,7 +7,7 @@ module.exports = class PokemonFusionCommand extends Command { constructor(client) { super(client, { name: 'pokemon-fusion', - aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse'], + aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse', 'pkmn-fuse', 'pkmn-fusion'], group: 'edit-image', memberName: 'pokemon-fusion', description: 'Fuses two Generation I Pokémon together.', diff --git a/commands/games-sp/whos-that-pokemon-cry.js b/commands/games-sp/whos-that-pokemon-cry.js index baadac3d..80f47022 100644 --- a/commands/games-sp/whos-that-pokemon-cry.js +++ b/commands/games-sp/whos-that-pokemon-cry.js @@ -5,7 +5,7 @@ module.exports = class WhosThatPokemonCryCommand extends Command { constructor(client) { super(client, { name: 'whos-that-pokemon-cry', - aliases: ['who-pokemon-cry', 'whos-that-pokémon-cry', 'who-pokémon-cry'], + aliases: ['who-pokemon-cry', 'whos-that-pokémon-cry', 'who-pokémon-cry', 'who-pkmn-cry'], group: 'games-sp', memberName: 'whos-that-pokemon-cry', description: 'Guess who that Pokémon is, based on their cry.', diff --git a/commands/games-sp/whos-that-pokemon.js b/commands/games-sp/whos-that-pokemon.js index dbc06d8c..f16ee296 100644 --- a/commands/games-sp/whos-that-pokemon.js +++ b/commands/games-sp/whos-that-pokemon.js @@ -10,7 +10,7 @@ module.exports = class WhosThatPokemonCommand extends Command { constructor(client) { super(client, { name: 'whos-that-pokemon', - aliases: ['who-pokemon', 'whos-that-pokémon', 'who-pokémon'], + aliases: ['who-pokemon', 'whos-that-pokémon', 'who-pokémon', 'who-pkmn'], group: 'games-sp', memberName: 'whos-that-pokemon', description: 'Guess who that Pokémon is, based on their silhouette.', diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index 42c004d5..ad05d3ae 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -7,7 +7,7 @@ module.exports = class PokedexCommand extends Command { constructor(client) { super(client, { name: 'pokedex', - aliases: ['pokemon', 'pokémon', 'pokédex'], + aliases: ['pokemon', 'pokémon', 'pokédex', 'pkmn'], group: 'search', memberName: 'pokedex', description: 'Searches the Pokédex for a Pokémon.', diff --git a/commands/voice/pokemon-cry.js b/commands/voice/pokemon-cry.js index b730530d..00d143b7 100644 --- a/commands/voice/pokemon-cry.js +++ b/commands/voice/pokemon-cry.js @@ -5,7 +5,7 @@ module.exports = class PokemonCryCommand extends Command { constructor(client) { super(client, { name: 'pokemon-cry', - aliases: ['pokedex-cry', 'pokémon-cry', 'pokédex-cry'], + aliases: ['pokedex-cry', 'pokémon-cry', 'pokédex-cry', 'pkmn-cry'], group: 'voice', memberName: 'pokemon-cry', description: 'Plays a Pokémon\'s cry.', diff --git a/package.json b/package.json index 96762938..2118690b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "123.0.2", + "version": "123.0.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {