disgoorg / lavasrc-plugin

Golang disgolink LavaSrc Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lavasrc-plugin

DisGoLink plugin for LavaSrc for more track & playlist information.

Installation

$ go get github.com/disgoorg/lavasrc-plugin

Usage

var track lavalink.Track
var lavasrcInfo lavasrc.TrackInfo
track.PluginInfo.Unmarshal(&lavasrcInfo)
var playlist lavalink.Playlist
var lavasrcInfo lavasrc.PlaylistInfo
playlist.PluginInfo.Unmarshal(&lavasrcInfo)

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.

About

Golang disgolink LavaSrc Plugin

License:Apache License 2.0


Languages

Language:Go 100.0%