Table of Contents

Method BeforePlayingAsync

Namespace
DisCatSharp.Lavalink.Entities
Assembly
DisCatSharp.Lavalink.dll

Actions to execute before this queue entry gets played. Return false if entry shouldn't be played.

Task<bool> BeforePlayingAsync(LavalinkGuildPlayer player)

Parameters

player LavalinkGuildPlayer

The player.

Returns

Task<bool>