Represents a Lavalink client used to manage nodes and connections
Represents a Lavalink client used to manage nodes and connections.
setup
setup lavalink
you need to java 11* LTS or newer required.
install lavalink last version, create application.yml, run the server
config lavaplayer server info
from .LavalinkClient()
set information connection
host="127.0.0.1", # server ip address
port=8888, # port
password="password", # password authentication
bot_id=123 # bot id
license
take to LICENSE file
GitHub