Sigafoos / wobbotfet

A Discord bot for Pokemon Go
MIT License
0 stars 0 forks source link
discord-bot pokemon pokemongo

Wobbotfet!

A Discord bot for reporting the PVP IVs of a Pokemon in Pokemon Go.

Note! This documentation is for the original v1 bot. For v2, which adds more commands and has a different syntax, see the v2 directory's README.

Usage

To add wobbotfet: https://discordapp.com/oauth2/authorize?client_id=584875596484444175&scope=bot&permissions=2048

Run !rank help in a channel where wobbotfet is present.

Features

Building

Dependencies

This contacts a service for its data. Currently it's hard coded to use the Heroku deployment of Sigafoos/iv.

Running

You'll need a config.yml (or json, or toml, or whatever spf13/viper accepts. Using yaml:

token:
  prod: abc413

Where abc413 is the bot token generated in the Discord developer console. prod is required, but you can have any number of them to run as different bots (for instance, a dev bot to test on)