Skip to content

A Discord bot that facilitates a "Who's that Pokémon?" guessing game with its Pokédex entry.

Notifications You must be signed in to change notification settings

Kevin-Escobedo/Dexter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dexter

A Discord bot that facilitates a "Who's that Pokémon?" guessing game with Pokédex entries.

Attribution

All Pokédex information provided by PokéAPI.

Setting up the virtual environment

Windows

python -m venv .
cd Scripts
activate
pip install -r requirements.txt

macOS/Linux

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

Bot Commands

  1. !entry <dexnum>: Returns information on the specified Pokémon

About

A Discord bot that facilitates a "Who's that Pokémon?" guessing game with its Pokédex entry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages