From f8c2a4b0eb16e96be024316fa1845a6f40d3686b Mon Sep 17 00:00:00 2001 From: Ma <101021254+CodeWithMa@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:51:18 +0100 Subject: [PATCH] Add --verbose to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d5bd3ee..0c0e32a 100644 --- a/README.md +++ b/README.md @@ -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.