Skip to content

Commit

Permalink
Update pokedex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fakuzatsu authored Dec 18, 2024
1 parent 74a4268 commit fa3c700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/slash/gameinfo/pokedex.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
return interaction.reply({ embeds: [embed] });
}

const pokemonPath = pokemonInfo.formNo === 0 ? pokemonInfo.monsNo : `${pokemonInfo.monsNo}_${pokemonInfo.formNo}`;
const pokemonPath = pokemonInfo.formno === 0 ? pokemonInfo.monsno : `${pokemonInfo.monsno}_${pokemonInfo.formno}`;
const imageLnk = `https://luminescent.team${pokemonInfo.imageSrc}`;
const pokedexText = {
name: `BST: ${pokemonInfo.baseStatsTotal}`,
Expand Down

0 comments on commit fa3c700

Please sign in to comment.