mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -102,7 +102,8 @@ module.exports = class PokedexCommand extends Command {
|
||||
\`Sp. Attack: [${'█'.repeat(repeat.sAtk)}${' '.repeat(20 - repeat.sAtk)}]\` **${data.stats.sAtk}**
|
||||
\`Sp. Defense: [${'█'.repeat(repeat.sDef)}${' '.repeat(20 - repeat.sDef)}]\` **${data.stats.sDef}**
|
||||
\`Speed: [${'█'.repeat(repeat.spd)}${' '.repeat(20 - repeat.spd)}]\` **${data.stats.spd}**
|
||||
**Total: ${data.baseStatTotal}**
|
||||
-------------------------------------
|
||||
\`Total: \` **${data.baseStatTotal}**
|
||||
`)
|
||||
.addField('❯ Abilities', data.abilities.join(' / '));
|
||||
if (data.cry) {
|
||||
|
||||
Reference in New Issue
Block a user