From 79d2c12dc927ad51ea903a1527f1ac3b59f40667 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 Mar 2024 14:57:46 -0400 Subject: [PATCH] Update credit --- commands/games-sp/whos-that-pokemon-cry.js | 4 ++-- commands/games-sp/whos-that-pokemon.js | 4 ++-- commands/pokedex/pokedex-cry.js | 4 ++-- commands/pokedex/pokedex.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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/' } ],