diff --git a/config.yml b/config.yml index a778fb1..250fe4e 100644 --- a/config.yml +++ b/config.yml @@ -4,7 +4,7 @@ # Bot Info's token: 'BOT TOKEN' # Put bot token here, check https://discord.dev to create and get bot token botstatus: - enable: false # Enable Custom Status (MUST BE "TRUE" OR "FALSE") + enable: false # Enable Custom Status (MUST BE "true" OR "false") text: 'Hosting Panel' # Bot Status Message type: 'WATCHING' # Bot Status Type. Ex: PLAYING, WATCHING, LISTENING, STREAMING @@ -15,20 +15,20 @@ refreshtime: 60 # Time when the embed edited/refreshed (MUST BE A SECONDS) # Panel Info's panel: url: 'HOST PANEL LINK' # Put panel url here. Example: https://panel.purenodes.net - clientkey: 'CLIENT APIKEY' # Put Client ApiKey here. check https://your.host.url/account/api (your.host.urrl is an example link)to get the Client Apikey - adminkey: 'ADMIN APIKEY' # Put Admin Apikey here. check https://your.host.url/admin/api (your.host.urrl is an example link) to get the Admin ApiKey + clientkey: 'CLIENT APIKEY' # Put Client ApiKey here. check https://your.host.url/account/api (your.host.url is an example link)to get the Client Apikey + adminkey: 'ADMIN APIKEY' # Put Admin Apikey here. check https://your.host.url/admin/api (your.host.url is an example link) to get the Admin ApiKey # Embed Configuration embed: title: 'EMBED TITLE' # Embed Title here. Ex: PureNodes Stats color: 'E5BE11' # Embed Hex color here. description: - enable: false # Enable Embed Description (MUST BE "TRUE" OR "FALSE") + enable: false # Enable Embed Description (MUST BE "true" OR "false") text: 'EMBED DESCRIPTION' # Embed Description footer: - enable: true # Enable Embed Footer (MUST BE "TRUE" OR "FALSE") + enable: true # Enable Embed Footer (MUST BE "true" OR "false") text: 'By Hirzi#8701' # Embed Footer - timestamp: true # Enable Embed TimeStamp (MUST BE "TRUE" OR "FALSE") + timestamp: true # Enable Embed TimeStamp (MUST BE "true" OR "false") # Status Message Configuration status: @@ -36,6 +36,10 @@ status: offline: ':red_circle: Offline' # Message if the status is Offline check: ':orange_circle: Checking' # Message if the status is Checking +# Node Resource +resource: true # Enable resource option ex [Ram: 2gb/5gb] bellow node name (MUST BE "true" OR "false") +unit: 'gb' # Must be 'mb', 'gb', or 'percent' + # Developers feature debug: false # Enable and Disable debug log to console debugaxios: false #Enable and Disable axios error logs