mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
7 lines
166 B
C#
7 lines
166 B
C#
namespace NadekoBot.Modules.Patronage;
|
|
|
|
public readonly struct FeatureLimitKey
|
|
{
|
|
public string PrettyName { get; init; }
|
|
public string Key { get; init; }
|
|
} |