From 27e46a2c90c1b33e9aa0e28656574de942588d61 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:29:11 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33343f3..8407d25 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ PteroStats checks [pterodactyl](https://pterodactyl.io) server(s) [resource api] ## Installation -- `Create server at your pterodactyl panel and copy the server id` +- `Create server for each nodes at your pterodactyl panel and copy the server id` - `Paste the server id at nodelist array` [index.js line 17](https://github.com/HirziDevs/PteroStats/blob/main/index.js) - `fill in the required informations in the config.yml file` - `Run npm install in the root directory of the bot files` @@ -84,6 +84,10 @@ status: online: ':green_circle: Online' # Message if the status is Online offline: ':red_circle: Offline' # Message if the status is Offline check: ':orange_circle: Checking' # Message if the status is Checking + +# Developers feature +debug: false # Enable and Disable debug log to console +debugaxios: false # Enable and Disbale axios error logs ``` ### Adding more nodes