From 5fc8785ec92efe62238633c9b4f25a0d943abf5b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 3 Dec 2020 10:54:05 -0500 Subject: [PATCH] Fix --- commands/search/pokedex.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index 99125b1d..05bba0a4 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -102,8 +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) {