Improve message sent to Discord for missed reminder

This commit is contained in:
2025-07-06 06:02:05 +02:00
parent 9f2814a3d5
commit d7ea1c9ec4
6 changed files with 68 additions and 2 deletions

View File

@ -18,5 +18,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
uv sync --no-install-project
ARG DATA_DIR=${DATA_DIR:-/home/botuser/data}
VOLUME ["/home/botuser/data/"]
CMD ["uv", "run", "python", "-m", "discord_reminder_bot.main"]