From 7e98e2052cc12f0093e6d6891563ad441956bdbd Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 10 Dec 2020 08:46:09 -0500 Subject: [PATCH] Fix --- structures/pokemon/Pokemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/pokemon/Pokemon.js b/structures/pokemon/Pokemon.js index e97d0e58..ac0ef692 100644 --- a/structures/pokemon/Pokemon.js +++ b/structures/pokemon/Pokemon.js @@ -161,7 +161,7 @@ module.exports = class Pokemon { rarity }; }); - await this.fetchHeldItemNames(defaultBody); + await this.fetchHeldItemNames(); await this.fetchChain(); this.gameDataCached = true; return this;