kordlib / Lavalink.kt

Coroutine based client for Lavalink (Kotlin and Java)
MIT License
36 stars 10 forks source link

Make AbstractLavakord emit all node events #35

Closed freyacodes closed 11 months ago

freyacodes commented 11 months ago

This provides a convenient way of accessing all NodeImpl events, which is otherwise a bit tricky due to how they are currently exposed.

I have not tested this yet.