10 lines
No EOL
442 B
Markdown
10 lines
No EOL
442 B
Markdown
# 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
|
|
1. Get a discord bot token (look up the official discord guides)
|
|
2. Change the token in the .env file
|
|
3. Make sure that the volume in the docker-compose.yml points to the right folder for you
|
|
4. Start with `docker-compose up` (check the logs with `docker-compose logs -f`; exit with `ctrl+x`) |