1 |
|
|
2 |
<p align="center"> |
<p align="center"> |
3 |
<img src="https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png" height="200px" width="200px"> |
<img src="https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png" height="200px" width="200px"> |
4 |
</p> |
</p> |
37 |
git clone https://github.com/onesoft-sudo/sudobot |
git clone https://github.com/onesoft-sudo/sudobot |
38 |
``` |
``` |
39 |
|
|
40 |
Then go inside the project directory, and run the following commands: |
Then go inside the project directory, and run the following command: |
41 |
|
|
42 |
``` |
``` |
|
mkdir config tmp storage logs |
|
|
touch logs/join-leave.log |
|
|
echo "{}" > config/snippets.json |
|
|
cp sample-config.json config/config.json |
|
43 |
npm install -D |
npm install -D |
44 |
``` |
``` |
45 |
|
|