issues
search
kordlib
/
Lavalink.kt
Coroutine based client for Lavalink (Kotlin and Java)
MIT License
36
stars
10
forks
source link
Allows for unsetting filters
#14
Closed
ToxicMushroom
closed
2 years ago
ToxicMushroom
commented
2 years ago
adds unsetX functions to the Filter implementation
make all Effects implement the Filter interface
e.g
musicPlayer.applyFilters { unsetKaraoke() }
e.g