Skip to content

Instantly share code, notes, and snippets.

View testingLuciano's full-sized avatar

Luciano Spaniol testingLuciano

View GitHub Profile
@lot224
lot224 / discordWebHook.cs
Created March 6, 2019 18:33
An very basic example of a Webhook in C# to Discord.
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
namespace discordWebHook
{
class Program
{
private static HttpClient client;