Skip to content

Prolls/WowLogChampions

Repository files navigation

Features

!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

To make it run on a node js server:

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

To make it run using docker.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors