Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 923 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 923 Bytes

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.

License

Distributed under the License. See LICENSE for more information.