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 f7b3549 commit 92fa31aCopy full SHA for 92fa31a
README.md
@@ -18,3 +18,13 @@ This project is under prgress so you have to wait for some time to get your want
18
12. Added utility cog.
19
13. Added suggestion cog.
20
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