We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abilities
{ name: string; description: string; hidden: boolean; }
mega
{ stone: string; sprite: string; }
codename
ultraBeast
gender
family
height
weight
mythical
legendary
starter
These changes will be implemented after v2 release:
???
0
Pokedex API has been released: pokedevs.gitbook.io
The text was updated successfully, but these errors were encountered:
Thank you for opening this issue. A maintainer will get by as soon as practical to address this issue.
Since this is your first time here, please check the contributing guidelines to see other ways you can get involved.
Sorry, something went wrong.
commands(pokemon): use pokedex API v2
879eeac
Ref PokeDevs/pokedex-api#17 Signed-off-by: TRACTION <[email protected]>
No branches or pull requests
Breaking Changes
abilities
field is now an array of objects:mega
field will now represent whether a Pokemon can mega evolve.mega
field will be an object with details of the mega stone if the form is already a mega form.codename
field for the Ultra Beast's codenameultraBeast
flagabilities
is now an array of string.gender
is now a string representing the gender ratio.family
is now an array of string representing the evolution line.family
field.Removedheight
andweight
fields.mythical
,legendary
andstarter
flags.These changes will be implemented after v2 release:
???
/0
Pokemon forms (excluding mega forms)Pokedex API has been released: pokedevs.gitbook.io
The text was updated successfully, but these errors were encountered: