Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 448 Bytes

Discord Map Upload

A Discord bot to upload maps to game servers through Discord.

You can add a map with !addmap http://example.com/map.zip command. The file must be a zip.

Installation (Docker)

cp .config.template.ini .config.ini

# Configure .config.ini file.

cp docker-compose.template.yml docker-compose.yml

# Configure docker-compose.yml file with paths to your maps directory and mapcycle file.

docker compose up