Table of Contents

Method PlayDirectUrlAsync

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

Directly plays a song by url.

public Task<LavalinkGuildPlayer> PlayDirectUrlAsync(string url)

Parameters

url string

The url to play.

Returns

Task<LavalinkGuildPlayer>

Exceptions

NotSupportedException

Thrown when the url is a pure youtube playlist.