2022-01-24 22:59:54 +01:00
2022-01-19 16:34:35 +01:00
2022-01-21 10:50:27 +00:00
2022-01-21 11:47:22 +01:00
2021-05-29 00:11:01 +02:00
2022-01-19 16:35:40 +01:00
2022-01-24 22:59:54 +01:00
2022-01-19 16:35:36 +01:00
2022-01-20 23:22:40 +01:00
2022-01-19 16:38:31 +01:00

The environment variables "DISCORD_TOKEN" and "DISCORD_GUILD" must be set to run the bot. When run locally the boat loads an existing ".env"-file from the same directory as the script. When running a docker container an ".env"-file can be loaded with "--env-file .env".

When run locally the quiz should be located in the same directory as the script. When run from a docker container the folder containing the quiz should be mountet to "/quiz/" inside the container with "-v folder:/quiz".

docker run -d --env-file .env --mount src=/root/QuizBot/quizes,target=/quiz,type=bind --name quizbot registry.gitlab.com/churl/quizbot

Description
No description provided
Readme 188 KiB
Languages
Python 96.4%
Shell 2.3%
Dockerfile 1.3%