mirror of
https://github.com/SlothDpal/Relaunch-Process.git
synced 2026-02-22 17:27:38 +03:00
fix DiscordWebHook.cs
This commit is contained in:
@@ -90,7 +90,8 @@ namespace Discord.Webhook
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
webhookRequest.UploadData(this.Url, stream.ToArray());
|
Uri uri = new Uri(this.Url);
|
||||||
|
webhookRequest.UploadData(uri, stream.ToArray());
|
||||||
}
|
}
|
||||||
catch (WebException ex)
|
catch (WebException ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user