Update README.md

This commit is contained in:
Hirzi
2021-07-08 18:45:03 +07:00
committed by GitHub
parent 6e8e934b22
commit a2477d7ac8

View File

@@ -19,16 +19,26 @@ Links
Installation
--------------------
- `Create server at your pterodactyl panel and copy the server id`
- `Paste the server id at nodelist array` [Jump to the file](https://github.com/HirziDevs/PteroStats/blob/main/events/ready.js)
- `fill in the required informations in the config.json file`
- `Run npm install in the root directory of the bot files`
- `Run node index.js and you are done`
- `To add more nodes go to this link` [LINK](https://github.com/HirziDevs/PteroStats#adding-more-nodes-and-databases)
Screenshot
--------------------
![img](https://media.discordapp.net/attachments/861112767174803466/861194338687385610/IMG_20210704_173809.jpg)
Adding more nodes and databases
Adding more nodes
--------------------
Please dm Hirzi#8701 on discord or join our [discord servers](https://discord.gg/9Z7zpdwATZ)
Add more arrays like bellow to `nodelist` at [ready.js line 2](https://github.com/HirziDevs/PteroStats/blob/main/events/ready.js)
```
{
id: "Server ID",
name: "**Example Server**",
nameid: "Node1"
},
```