Files
nadekobot/src/NadekoBot/_common/Patronage/FeatureLimitKey.cs

7 lines
166 B
C#

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