Skip to content

Commit

Permalink
minor visability improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fakuzatsu committed Mar 14, 2024
1 parent ef0a96a commit 63b658d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/pokedexLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function locationMode(pokemonInfo, monsID, imageLnk) {
}
const locationText = buildTextFromRoutes(locations);
const formattedStaticEncounters = formatStaticEncounters(staticEncounters);
return `**Encounter information:**\n\nStandard rates assume that incense/radar are not active. For further accuracy, visit [our docs](https://luminescent.team/docs).\n${backupText}${locationText}${formattedStaticEncounters} See more in the [Pokédex](https://luminescent.team/pokedex/${monsID}).`;
return `**Encounter information:**\n\nStandard rates assume that incense/radar are not active. For further accuracy, visit [our docs](https://luminescent.team/docs).\n${backupText}${locationText}${formattedStaticEncounters}See more in the [Pokédex](https://luminescent.team/pokedex/${monsID}).`;
}

const backupData = getBackupData(monsID);
Expand Down
2 changes: 1 addition & 1 deletion interactions/slash/gameinfo/pokedex.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ module.exports = {
name: "**Base Stats:**",
value: textInfo,
});
embed.addFields(pokedexText);
}
embed.addFields(pokedexText);
}
interaction.reply({ embeds: [embed] });
},
Expand Down

0 comments on commit 63b658d

Please sign in to comment.