namespace EliteBGS.Util; public class DiscordWebhook { /// /// Webhook URL /// public string Webhook { get; set; } = string.Empty; /// /// Human readable name for easier identification /// public string Name { get; set; } = string.Empty; }