Skip to content

Commit 92fa31a

Browse files
authored
Update README.md
1 parent f7b3549 commit 92fa31a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ This project is under prgress so you have to wait for some time to get your want
1818
12. Added utility cog.
1919
13. Added suggestion cog.
2020
14. Added slash commands.
21+
22+
## How to setup
23+
### Step 1
24+
Run ```https://github.com/abindent/Nextcord-Utility-Bot.git``` this comamnd to our termianl for cloning this repo.
25+
26+
### Step 2
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.

0 commit comments

Comments
 (0)