modbot 0.2.0

Discord bot for https://mod.io
1
2
3
4
5
6
7
DATABASE_URL="/path/to/sqlite.db"
DISCORD_BOT_TOKEN="your discord bot token"
MODIO_API_KEY="your mod.io api key"
# If both are specified then the api key will be used.
MODIO_TOKEN="your mod.io token"
# Alternative mod.io host
MODIO_HOST="https://api.test.mod.io/v1"