# README
lavalyrics-plugin
DisGoLink plugin for LavaLyrics.
Installation
$ go get github.com/disgoorg/lavalyrics-plugin
Usage
var client disgolink.Client
var sessionID string
var guildID snowflake.ID
lyrics, err := lavalyrics.GetLyrics(context.TODO(), client.BestNode().Rest(), sessionID, guildID)
if err != nil {
// handle error
}
Troubleshooting
For help feel free to open an issue or reach out on Discord
Contributing
Contributions are welcomed but for bigger changes we recommend first reaching out via Discord or create an issue to discuss your problems, intentions and ideas.