No description
| build/OhFortuna | ||
| .env | ||
| .gitignore | ||
| docker-compose.yml | ||
| LICENSE | ||
| README.md | ||
OhFortuna
I didn't program the code itself, i just added docker and docker-compose around it.
Source code is in /build/OhFortuna/src.
usage
- Get a discord bot token (look up the official discord guides)
- Change the token in the .env file
- Make sure that the volume in the docker-compose.yml points to the right folder for you
- Start with
docker-compose up(check the logs withdocker-compose logs -f; exit withctrl+x)