mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Fix
This commit is contained in:
@@ -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}**
|
||||
|
||||
@@ -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.
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user