• Update the puzzle answer in puzzle.py file

    puzzle_answers= ({"choice_1": 14, "choice_2": 5, "choice_3": 6, "choice_4": 7})
    
  • Turn on AUTO_PLAY_PUZZLE setting in .env file, set it as True

    AUTO_PLAY_PUZZLE=True
    
  • Re-run the bot

    python3 main.py