We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61f993 commit f2eeed8Copy full SHA for f2eeed8
lavalink/messages.go
@@ -163,7 +163,7 @@ type TrackEndEvent struct {
163
}
164
165
func (TrackEndEvent) Op() Op { return OpEvent }
166
-func (TrackEndEvent) Type() EventType { return EventTypeTrackStart }
+func (TrackEndEvent) Type() EventType { return EventTypeTrackEnd }
167
func (e TrackEndEvent) GuildID() snowflake.ID { return e.GuildID_ }
168
169
type TrackEndReason string
0 commit comments