For what is the player history? #137
-
QueuedLavalinkPlayer.Queue //I get for what that is
QueuedLavalinkPlayer.Queue.History //But what does this exactly? |
Beta Was this translation helpful? Give feedback.
Answered by
angelobreuer
Jan 18, 2024
Replies: 1 comment
-
Hi @BlyZeYT , the player history is a collection of tracks that the player has finished playing. For example, if you have two tracks in a queue and the player is currently playing a track, after the track ends, the history will contain the track that the player was playing and the queue will pop one item for the next track. You can use the history to look up what the player finished playing. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BlyZeDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @BlyZeYT ,
the player history is a collection of tracks that the player has finished playing. For example, if you have two tracks in a queue and the player is currently playing a track, after the track ends, the history will contain the track that the player was playing and the queue will pop one item for the next track. You can use the history to look up what the player finished playing.