Method PlayDirectUrlAsync
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
PlayDirectUrlAsync(string)
Directly plays a song by url.
public Task<LavalinkGuildPlayer> PlayDirectUrlAsync(string url)
Parameters
url
stringThe url to play.
Returns
Exceptions
- NotSupportedException
Thrown when the
url
is a pure youtube playlist.