diff --git a/bot/config/config.py b/bot/config/config.py index b9b70f98..70da5ed6 100644 --- a/bot/config/config.py +++ b/bot/config/config.py @@ -30,6 +30,8 @@ class Settings(BaseSettings): SCORE_MINI_GAME_TILES: list[int] = [300, 500] GAMES_COUNT: list[int] = [1, 10] + USE_RANDOM_MINI_GAME_KEY: bool = True + AUTO_COMPLETE_TASKS: bool = True USE_TAPS: bool = True