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;