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

@ -15,6 +15,15 @@ TIMEZONE=
# On Linux you will need to use double slashes before the path to get the absolute path.
# SQLITE_LOCATION=//home/lovinator/foo.db
# Additional directory to store data in.
# Note: You will still need to set the SQLITE_LOCATION to a valid path.
# This is used to store markdown files with the reminder data.
# The directory will be created if it does not exist.
# Example: DATA_DIR=C:/Code/discord-reminder-bot/data
# Example: DATA_DIR=/home/lovinator/data
# Example: DATA_DIR=./data
DATA_DIR=./data
# Log level, CRITICAL, ERROR, WARNING, INFO, DEBUG.
LOG_LEVEL=INFO