Skip to content

Commit 1c4a3f2

Browse files
authored
Update README.md
1 parent 5ac6d85 commit 1c4a3f2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ To use the Al Quran Telegram Bot, you must first have a Telegram account. Once y
1919
2. Click on the bot and click "Start" to initiate the conversation.
2020
3. Send `/use` command or visit https://telegra.ph/Usage-of-Quran-Bot-04-19
2121

22+
2223
## How to Contribute
2324
Contributions to the Al Quran Telegram Bot are welcome and appreciated. Contribution to this will be very helpful for the whole Muslim Ummah.
2425
The <b>Al Quran Telegram Bot</b> is built using python-telegram-bot library that uses the Telegram Bot API.
@@ -28,9 +29,11 @@ If you are a developer and want to contribute to the project, follow these steps
2829
2. Clone the repository to your local machine.
2930
3. Install the dependencies by running `pip install -r requirements.txt`.
3031
4. Create a new bot on Telegram from [@Botfather](https://t.me/BotFather) and obtain an API token.
31-
5. Create a `.env` file and add your API token as `TOKEN=your_token_here`.
32-
6. Run the bot locally by running `python main.py`.
33-
7. Make changes to the code and create a pull request with your changes.
32+
5. Create a `.env` file and add the following fields:
33+
- `MONGODB_URI` : Your MongoDB URI
34+
- `TOKEN` : Your bot's token from **Botfather**
35+
7. Run the bot locally by running `python main.py`.
36+
8. Make changes to the code and create a pull request with your changes.
3437

3538

3639
# Repo Activity

0 commit comments

Comments
 (0)