bot version

This commit is contained in:
Kellermann 2022-06-03 15:35:16 +02:00
parent 4ac9ac1d41
commit baef10843d

View File

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