Skip to content

Pablete1234/Gamocord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamocord

A simple discord bot to handle gamocosm servers

Compiling

As any other maven project, run mvn clean install and the output jar will be in the target folder. The bot requires java 11 or above.

Running

Make sure you have the sample config file on the same folder and edit it with accordingly. Then as any other java program, run with java -jar Gamocord*.jar

Running with Docker

Download the sample config file in a directory then do:

docker run --name=gamocord -dit --restart=unless-stopped -v $(pwd)/config.properties:/gamocord/config.properties quay.io/unixfox/gamocord:latest