1
1
# 📙Quickstart
2
2
3
- # clone the repository
3
+ # Method - 1
4
4
5
- ``` sh
5
+ ## clone the repository
6
+
7
+ ``` shell
6
8
git clone https://github.com/Modern-Realm/economy-bot-discord.py
7
9
```
8
10
9
- # Setting up the working directory & installing packages
11
+ ## Setting up the working directory & installing packages
10
12
11
- ``` sh
13
+ ``` shell
12
14
cd " economy-bot-discord.py/economy with MYSQL"
13
15
pip install -r requirements.txt
14
16
```
15
17
16
18
** Note:** make sure to install ** any one** of these package` (discord.py, py-cord or nextcord) `
17
19
18
- # Provide the secret keys/values in ` .env ` file
20
+ ### Provide the secret keys/values in ` .env ` file
21
+
22
+ ## Running the bot
23
+
24
+ ``` shell
25
+ python main.py
26
+ ```
27
+
28
+ 🎉 Your discord bot should be online and ready to use!
29
+
30
+ # Method - 2
31
+
32
+ ## Download the source file
33
+
34
+ - [ click here] ( https://github.com/Modern-Realm/economy-bot-discord.py/releases/download/v3.0.7/economy.with.MYSQL.zip )
35
+ to download the ` zip ` file.
36
+ - extract all the files & folders
37
+
38
+ ## Install required packages
39
+
40
+ ``` shell
41
+ pip install -r requirements.txt
42
+ ```
43
+
44
+ ** Note:** make sure to install ** any one** of these package` (discord.py, py-cord or nextcord) `
19
45
20
- # Running the bot
46
+ ## Running the bot
21
47
22
- ``` sh
48
+ ``` shell
23
49
python main.py
24
50
```
25
51
26
52
🎉 Your discord bot should be online and ready to use!
27
53
28
- < hr >
54
+ ---
29
55
30
56
# Note: for discord.py users
31
57
32
58
** You can just clone [ ` branch:alpha ` ] ( https://github.com/Modern-Realm/economy-bot-discord.py/tree/alpha ) **
33
59
34
- ``` sh
60
+ ``` shell
35
61
git clone --single-branch -b alpha https://github.com/Modern-Realm/economy-bot-discord.py
36
62
```
37
63
@@ -45,4 +71,4 @@ git clone --single-branch -b alpha https://github.com/Modern-Realm/economy-bot-d
45
71
46
72
Make sure to uncomment the code where the ` setup(client) ` is asynchronous
47
73
48
- i.e ` async def setup(client) `
74
+ i.e ` async def setup(client) `
0 commit comments