This bot requires the following tools:
- docker
- docker-compose
- mongodb
MongoDB can be deployed simply by running the following command:
docker-compose up
The bot can be configured by creating a config.yaml
file like so:
discord:
token: <token>
channels:
teamRocketChannelID: 12345
bot:
refreshInterval: 10s
database:
kind: mongodb
address: localhost:27017
username: root
password: example
name: questrocket
More configuration options will be added soon