PokeAPI / pokedex-promise-v2

An easy way to use pokeapi v2 with promises in node.js
MIT License
510 stars 89 forks source link

Nidoran is missing from the db (apparently) #38

Closed ExperiBass closed 4 years ago

ExperiBass commented 4 years ago

Screen Shot 2020-04-19 at 10 23 24 AM

Heres a screenshot of me attempting to search for it and not getting anything from it. Is it in the db under a special name or something?

Kronopt commented 4 years ago

I'm assuming you're searching for "nidoran". You either have to search for nidoran ♀ or nidoran ♂. In the pokeapi they are nidoran-f and nidoran-m. Or you can search by their pokedex id: 29 and 32

Naramsim commented 4 years ago

Yep, and I would like to point out that we don't have any Discord bots. @GingkathFox

ExperiBass commented 4 years ago

@Kronopt Interesting. Discord converts ♀ to the emoji, but -f and -m work. Thanks!

@Naramsim Ik, that's my bot.