diff --git a/commands/games-sp/whos-that-pokemon-cry.js b/commands/games-sp/whos-that-pokemon-cry.js index a9f85990..a7088c4c 100644 --- a/commands/games-sp/whos-that-pokemon-cry.js +++ b/commands/games-sp/whos-that-pokemon-cry.js @@ -54,13 +54,13 @@ module.exports = class WhosThatPokemonCryCommand extends Command { { name: 'The Sounds Resource', url: 'https://www.sounds-resource.com/', - reason: 'Cry Sound Effects (Gen 8)', + reason: 'Cry Sound Effects (Gen 8-9)', reasonURL: 'https://www.sounds-resource.com/nintendo_switch/pokemonswordshield/' }, { name: 'Pokémon Showdown', url: 'https://play.pokemonshowdown.com/', - reason: 'Cry Sound Effects (Meltan and Melmetal)', + reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)', reasonURL: 'https://play.pokemonshowdown.com/audio/cries/' } ], diff --git a/commands/games-sp/whos-that-pokemon.js b/commands/games-sp/whos-that-pokemon.js index f552752a..0d779008 100644 --- a/commands/games-sp/whos-that-pokemon.js +++ b/commands/games-sp/whos-that-pokemon.js @@ -61,13 +61,13 @@ module.exports = class WhosThatPokemonCommand extends Command { { name: 'The Sounds Resource', url: 'https://www.sounds-resource.com/', - reason: 'Cry Sound Effects (Gen 8)', + reason: 'Cry Sound Effects (Gen 8-9)', reasonURL: 'https://www.sounds-resource.com/nintendo_switch/pokemonswordshield/' }, { name: 'Pokémon Showdown', url: 'https://play.pokemonshowdown.com/', - reason: 'Cry Sound Effects (Meltan and Melmetal)', + reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)', reasonURL: 'https://play.pokemonshowdown.com/audio/cries/' } ], diff --git a/commands/pokedex/pokedex-cry.js b/commands/pokedex/pokedex-cry.js index ffe850a5..1a5ad784 100644 --- a/commands/pokedex/pokedex-cry.js +++ b/commands/pokedex/pokedex-cry.js @@ -35,13 +35,13 @@ module.exports = class PokedexCryCommand extends Command { { name: 'The Sounds Resource', url: 'https://www.sounds-resource.com/', - reason: 'Cry Sound Effects (Gen 8)', + reason: 'Cry Sound Effects (Gen 8-9)', reasonURL: 'https://www.sounds-resource.com/nintendo_switch/pokemonswordshield/' }, { name: 'Pokémon Showdown', url: 'https://play.pokemonshowdown.com/', - reason: 'Cry Sound Effects (Meltan and Melmetal)', + reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)', reasonURL: 'https://play.pokemonshowdown.com/audio/cries/' } ], diff --git a/commands/pokedex/pokedex.js b/commands/pokedex/pokedex.js index ece9f1f6..4d4b1fea 100644 --- a/commands/pokedex/pokedex.js +++ b/commands/pokedex/pokedex.js @@ -50,13 +50,13 @@ module.exports = class PokedexCommand extends Command { { name: 'The Sounds Resource', url: 'https://www.sounds-resource.com/', - reason: 'Cry Sound Effects (Gen 8)', + reason: 'Cry Sound Effects (Gen 8-9)', reasonURL: 'https://www.sounds-resource.com/nintendo_switch/pokemonswordshield/' }, { name: 'Pokémon Showdown', url: 'https://play.pokemonshowdown.com/', - reason: 'Cry Sound Effects (Meltan and Melmetal)', + reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)', reasonURL: 'https://play.pokemonshowdown.com/audio/cries/' } ],