feature: feature complete lavalink

This commit is contained in:
Christopher F
2018-08-22 18:58:01 -04:00
parent 9b3baebda1
commit b1983105f3
5 changed files with 72 additions and 15 deletions

View File

@ -53,15 +53,18 @@ type TrackInfo struct {
}
const (
opVoiceUpdate = "voiceUpdate"
opPlay = "play"
opStop = "stop"
opPause = "pause"
opSeek = "seek"
opVolume = "volume"
opDestroy = "destroy"
opPlayerUpdate = "playerUpdate"
opEvent = "event"
opVoiceUpdate = "voiceUpdate"
opPlay = "play"
opStop = "stop"
opPause = "pause"
opSeek = "seek"
opVolume = "volume"
opDestroy = "destroy"
opPlayerUpdate = "playerUpdate"
opEvent = "event"
eventTrackEnd = "TrackEndEvent"
eventTrackException = "TrackExceptionEvent"
eventTrackStuck = "TrackStuckEvent"
)
type message struct {