We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a097f1 commit baa2432Copy full SHA for baa2432
README.md
@@ -27,4 +27,4 @@ This project is under prgress so you have to wait for some time to get your want
27
Add environment variable file (eg:- `.env`, `.env.local`, `.env.developement`) and add `BOT_TOKEN=<add your bot token>` & `MONGO_URI=<mongodb connection string>` to that file.
28
29
### Step 3
30
- Install dependencies using `pip install -r requirements.txt` and run `python bot/bot.py` in your local machine.
+ Install dependencies using ```pip install -r requirements.txt``` and run `python bot/bot.py` in your local machine.
0 commit comments