using System.Collections.Specialized;
public static void Main()
WebClient wc = new WebClient();
wc.UploadValues("https://discord.com/api/webhooks/917076117792366593/Xa0dQOANhr96CsrLflTY4u86l9NgxIsGNUxLhvI0YlcmF_N3SlbdxO9D-CEvKjB2vT17", new NameValueCollection{
"content", "Test 2, image test, does it show pfp?"
"avatar_url", "https://upload.wikimedia.org/wikipedia/commons/f/fb/Anthro_vixen_colored.jpg"
Console.WriteLine(ex.ToString());