Represents a Lavalink client used to manage nodes and connections
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/12/represents-a-lavalink-client-used-to-manage-nodes-and-connections_61c8e9b8b805d-375x210.jpeg)
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