namespace PluralKit.Bot { public class BotConfig { public string Token { get; set; } public ulong? ClientId { get; set; } } }