A Discord bot for the online game Tribal Wars.
Features:
-
Coords translation
-
Live conquer notifications
-
List of tribe members ordered by OD/ODA/ODD/ODS/points
-
Translated into 4 languages: Polish, Czech, English, Dutch
You can check all available commands here.
- Golang
- PostgreSQL database
- Configured API
Required ENV variables:
DB_USER=your_pgdb_user
DB_NAME=your_pgdb_name
DB_PORT=your_pgdb_port
DB_HOST=your_pgdb_host
DB_PASSWORD=your_pgdb_password
API_URL=your_api_url
BOT_TOKEN=your_bot_token
LOG_DB_QUERIES=true
- Clone this repo.
git clone git@github.com:tribalwarshelp/dcbot.git
- Open the folder with this project in a terminal.
- Set the required env variables directly in your system or create .env.local file.
- Run the app.
go run main.go
Distributed under the MIT License. See LICENSE
for more information.
Dawid Wysokiński - contact@dwysokinski.me