Skip to content

Commit

Permalink
Add --verbose to README
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithMa committed Mar 1, 2024
1 parent bd979a0 commit f8c2a4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ To run the bot, you can use the following command:
python main.py
```

Run it with `--verbose` to get more output.

``` bash
python main.py --verbose
```

You can also configure the bot's settings by editing the `bot.py` file.
For example, you can adjust the time the bot will stay in the game before forfeiting.

Expand Down

0 comments on commit f8c2a4b

Please sign in to comment.