namespace NadekoBot.Modules.Patronage; public readonly struct FeatureLimitKey { public string PrettyName { get; init; } public string Key { get; init; } }