Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use path.join to join paths instead (#65)
* fix: Use path.join to join paths instead This is safer. The previous solution will broke if the url is: http://gateway.local/lavalink, the previous solution will produce http://gateway.local/search for example, and not https://gateway.local/lavalink/search . * fix: lint
- Loading branch information