From ba532be244ae229804fc16c4e98224fdba497f78 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 3 Dec 2020 10:53:06 -0500 Subject: [PATCH] Fix --- commands/search/pokedex.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index 167e3baf..99125b1d 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -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) {