Closed Bennch closed 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"
Awesome changes thanks @Bennch
I am going to change the defaults to false just to be safe for users.
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"