Skip to content

Commit

Permalink
One more minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
npanuhin committed Dec 9, 2024
1 parent fdeb873 commit 3db3198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Running the project consists of three steps:

## Telegram bot

To run the Telegram bot, you need to create a `.token` file in the `telegram` folder and put your Telegram bot token there.
To run the Telegram bot, you need to create a `.token` file in the [`scripts`](scripts) folder and put your Telegram bot token there.

After that, you can run the bot:
```bash
python3 telegram/bot.py
python3 scripts/bot.py
```


Expand Down

0 comments on commit 3db3198

Please sign in to comment.