Skip to content

Commit

Permalink
Add learned_by_pokemon attribute to MoveResource (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiocelentano committed Sep 22, 2022
1 parent d4b020c commit 691090a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pokepy/resources_v2.py
Expand Up @@ -1552,6 +1552,7 @@ class Meta(BaseResource.Meta):
'damage_class': NamedAPIResourceSubResource,
'effect_entries': VerboseEffectSubResource,
'effect_changes': AbilityEffectChangeSubResource,
'learned_by_pokemon': NamedAPIResourceSubResource,
'flavor_text_entries': MoveFlavorTextSubResource,
'generation': NamedAPIResourceSubResource,
'machines': MachineVersionDetailSubResource,
Expand Down

0 comments on commit 691090a

Please sign in to comment.