CryptoGnome / Bybit-Lick-Hunter-v4

Lick Hunter is a free trading bot for Bybit built in Node.
119 stars 54 forks source link

Prevent error "Only absolute URLs are supported" #20

Closed Bennch closed 1 year ago

Bennch commented 1 year ago

Changed "process.env.USE_DISCORD" to "process.env.USE_DISCORD == true" to prevent the error "Only absolute URLs are supported" when USE_DISCORD set to "false"

CryptoGnome commented 1 year ago

Awesome changes thanks @Bennch

I am going to change the defaults to false just to be safe for users.