Enum RepeatMode
- Namespace
- DisCatSharp.Lavalink.Enums
- Assembly
- DisCatSharp.Lavalink.dll
Represents the repeat mode for the Lavalink player.
public enum RepeatMode
Fields
None = 0
No repeat mode. The queue operates normally and does not repeat.
All = 1
Repeat all mode. The entire queue repeats once it ends.
Current = 2
Repeat current mode. The current track is played over and over again.