Skip to content

Deutsche-Squad-Gemeinschaft/Mapvote-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapvote-Bot

A Discord bot which organizes mapvotes for the DSG Squad Gameserver

This bot uses information provided by Battlemetrics

Installation

The bot is provided as a Docker image on the GitHub container registry. You can use the image directly throught the command line or use an docker-compose.yml to save your configuration as test-file.

Docker

docker run \
  -e DISCORD_TOKEN=${DISCORD_TOKEN} \
  -e BATTLEMETRICS_TOKEN=${BATTLEMETRICS_TOKEN} \
  ghcr.io/Deutsche-Squad-Gemeinschaft/mapvote-bot/app:latest 

Docker Compose

version: '3'
services:
  bot:
    image: ghcr.io/Deutsche-Squad-Gemeinschaft/mapvote-bot/app:latest
    environment:
      DISCORD_TOKEN: '${DISCORD_TOKEN}'
      BATTLEMETRICS_TOKEN: '${BATTLEMETRICS_TOKEN}'

Contribute

TODO

About

A Bot that handles mapvotes in the DSG Squad Gameserver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages