A discord bot that display possible counters for picks in leauge of legends lol-counter-source-api and exposes for faster consumption.
You must have the following installed/configured on your system for this to work correctly
The following variables need to be set on your local/ci system.
Url of the deployed lol-counter-api
token that grants bot access to your discord server.
Deployment currently uses Terraform to set up AWS services.
Terraform has a feature called remote state which ensures the state of your infrastructure to be in sync for mutiple team members as well as any CI system.
This project requires this feature to be configured. To configure USE THE FOLLOWING COMMAND ONCE PER TEAM.
cd terraform/remote-state
terraform init
terraform apply