namespace CollabBot; public class IConfig { public string DiscordToken { get; set; } public ulong ReportChannel { get; set; } public ulong ReportRole { get; set; } }