A Discord bot for the Surftimer plugin.
- Install Docker.
- Create a directory called
SurfTimer-Bot. - In this directory, create a file named
Dockerfile. - In this file, paste the contents of this file.
- In the same directory, create a file named
.env. - In this file, paste the contents of this file.
- Get back out of the
SurfTimer-Botand run the following command to build the Docker image:docker build SurfTimer-Bot/ -t surftimer-bot - Now run the container with the following command:
docker run -d --env-file=SurfTimer-Bot/.env surftimer-bot