Skip to content

disgoorg/lavasrc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.