This commit is contained in:
Dragon Fire
2021-01-17 13:44:46 -05:00
parent 03e9e63c61
commit aac50349cd
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -61,10 +61,6 @@ module.exports = class PokedexCommand extends Command {
const embed = new MessageEmbed()
.setColor(0xED1C24)
.setAuthor(`#${data.displayID} - ${data.name}`, data.boxImageURL, data.serebiiURL)
.setDescription(stripIndents`
**${data.genus}**
${data.entries[Math.floor(Math.random() * data.entries.length)]}
`)
.setThumbnail(data.spriteImageURL)
.addField(' Base Stats (Base Form)', stripIndents`
\`HP: [${'█'.repeat(repeat.hp)}${' '.repeat(20 - repeat.hp)}]\` **${data.stats.hp}**
+1 -1
View File
@@ -115,7 +115,7 @@ module.exports = class PokedexCommand extends Command {
} else {
const usage = this.client.registry.commands.get('join').usage();
embed.setFooter(stripIndents`
Usage ${statsUsage} to get the Pokémon's stats.
Use ${statsUsage} to get the Pokémon's stats.
Use ${moveUsage} to get the Pokémon's moveset.
Join a voice channel and use ${usage} to hear the Pokémon's cry.
`);