A Discord bot that facilitates a "Who's that Pokémon?" guessing game with Pokédex entries.
All Pokédex information provided by PokéAPI.
python -m venv .
cd Scripts
activate
pip install -r requirements.txt
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
!entry <dexnum>
: Returns information on the specified Pokémon