!logs displays your guild's mates achievements during last raid
!logs Any Log ID displays achievements of this raid attendants
!transmo displays next world days for my guild raid days. It defines how the raid should be deguised in
Add a .env file in the root folder with the following content:
CLIENT_ID=Warcraft Log Client ID
CLIENT_SECRET=Warcraft Log Secret
TOKEN_DISCORD=Discord Token
docker-compose :
version: "3.7"
services:
logchampions:
image: prolls/logchampions
container_name: logchampions
environment:
- CLIENT_ID=Warcraft log client id
- CLIENT_SECRET=Warcraft log secret id
- TOKEN_DISCORD=discord bot token
- GUILD_ID=Your Guild ID in Warcraft Log
restart: always