Table of Contents

Method MayStartNext

Namespace
DSharpPlus.Lavalink
Assembly
DSharpPlus.Lavalink.dll

Indicates whether a new track should be started after reciving this TrackEndReason. If this is false, either this event is already triggered because another track started (REPLACED) or because the player is stopped (STOPPED, CLEANUP).

public static bool MayStartNext(this TrackEndReason reason)

Parameters

reason TrackEndReason

Returns

bool