You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning the repo, simply go to the root of the project and copy the `config.json.example` file to `config.json` and put in your secret discord bot token and the prefix you will use.
45
+
46
+
You can then run the following commands:
47
+
48
+
```bash
49
+
# To install the necessary packages
50
+
npm install
51
+
52
+
# To launch the bot
53
+
node main.js
54
+
```
55
+
56
+
### Little extra
57
+
58
+
Here is a small link [trello](https://trello.com/b/kdy25wXP/daftbot-mobbot) to follow the progress of the bots
After cloning the repo, simply go to the root of the project and copy the `config.json.example` file to `config.json` and put in your secret discord bot token and the prefix you will use.
74
+
75
+
You can then run the following commands:
76
+
77
+
```bash
78
+
# To install the necessary packages
79
+
npm install
80
+
81
+
# To launch the bot
82
+
node main.js
83
+
```
84
+
85
+
### Little extra
86
+
87
+
Here is a small link [trello](https://trello.com/b/kdy25wXP/daftbot-mobbot) to follow the progress of the bots
0 commit comments