Skip to content

Commit

Permalink
.env guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiepari authored Dec 20, 2024
1 parent f60bb18 commit 2077477
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 @@ -53,9 +53,9 @@ A powerful **Telegram Bot** for translating text, voice, and images using **NLLB
pip install -r requirements.txt
```

3. Set up your `.env` file with your Telegram bot token:
3. Make your `.env` file with your Telegram bot token:
```env
TOKEN=your-telegram-bot-token
BOT_TOKEN=your-telegram-bot-token
```

4. Run the bot:
Expand Down

0 comments on commit 2077477

Please sign in to comment.