bot version

This commit is contained in:
Kellermann 2022-06-03 09:31:49 +02:00
parent 3b9d42e4f4
commit 4ac9ac1d41

View File

@ -30,7 +30,7 @@ import scoring
load_dotenv(dotenv_path='.env') # load environment variables
BOT_VERSION = "0.6.6" # version of bot
BOT_VERSION = "0.7.0" # version of bot
START_DAY = dt.time(8, 0, 0)
END_DAY = dt.time(22, 0, 0)