Discord pokédex bot with target CP information for PokémonGo
- install requirements
npm install
- copy and fill out config file
cp config/default.json.example config/default.json
- Discord bot token required
- Prefix is what your !commands start with
- Fill "lowimageurl" if you would like to use your own source or images
- Fill maxlow for how many images your custom source has
- Optional - copy types and configure colors (#hex) and custom emojis for reactions
cp config/types.json.example config/types.json
- If you want the defaults, it will copy for you, no action is required
- Start the bot
npm start
- Invite bot to your discord server
- ask it information about one or several pokémon
!pokedex dragonite pidgey
. For every queried pokémon, bot will reply with their description, base stats, weaknesses, strengths, and CP ranges for lvl 15, 20 or 25 applicable in PokémonGo.