A simple discord bot to handle gamocosm servers
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.
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
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