Table of Contents

Method SeekAsync

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

Seeks the player to the position in seconds.

public Task<LavalinkGuildPlayer> SeekAsync(int seconds)

Parameters

seconds int

The seconds to seek to.

Returns

Task<LavalinkGuildPlayer>

The updated guild player.

Seeks the player to the position.

public Task<LavalinkGuildPlayer> SeekAsync(TimeSpan position)

Parameters

position TimeSpan

The position to seek to.

Returns

Task<LavalinkGuildPlayer>

The updated guild player.