Tomato6966 / lavalink-client

Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.
https://tomato6966.github.io/lavalink-client/
MIT License
61 stars 22 forks source link

Adjusted hybrid package installation - fixed bugs related to unresolved tracks & debug events #49

Closed Tomato6966 closed 2 months ago

Tomato6966 commented 2 months ago

The hybrid package installation was outdated for many years. Finally fixed it by adding the fixup tool and tsc-alias command to resolve file imports by file type extension for overall better compability

Also there were if statement copy paste issues for the debug events, removed them

I also added error handling and auto skipping (if enabled) for unresolved tracks, where it wasn't added yet.

Tomato6966 commented 2 months ago

LGTM