diff --git a/config.yml b/config.yml index ff61732..43f7bd5 100644 --- a/config.yml +++ b/config.yml @@ -3,14 +3,14 @@ Server : - full_address: "xmpp.sp4ke.xyz" Client : - jid: "bot@xmpp.sp4ke.xyz" - - pass: "***REMOVED***" #Password in a config file yay + - pass: "xxxxxxxxx" #Password in a config file yay Contacts : "chakib@xmpp.sp4ke.xyz;vicious@xmpp.sp4ke.xyz" Hodlhodl : - testapiendpoint : "https://hhtestnet.com/api/v1" - - apikey : "***REMOVED***" + - apikey : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" LogStanzas: - logger_on: "true" - - logfile_path: "./logs" \ No newline at end of file + - logfile_path: "./logs" diff --git a/main.go b/main.go index aafdfcf..85762d3 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,6 @@ import ( const ( // APIEndpoint = "https://hodlhodl.com/api/v1" //TestAPIEndpoint = "https://hhtestnet.com/api/v1" - //APIkey = "***REMOVED***" HodlHodlCheckTimer = 5 * time.Second commandSymbol = "/"