From 2f1a9cf0895522538962ccdb1452ec24abb64d94 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:24:41 +0700 Subject: [PATCH] v1.2.0 --- config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index f627d25..36e27dd 100644 --- a/config.yml +++ b/config.yml @@ -15,8 +15,8 @@ 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.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 + 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 # Embed Configuration embed: @@ -35,3 +35,6 @@ 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