mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
14 lines
248 B
C#
14 lines
248 B
C#
namespace NadekoBot.Modules.Patronage;
|
|
|
|
public enum LimitedFeatureName
|
|
{
|
|
ChatBot,
|
|
ReactionRole,
|
|
Prune,
|
|
|
|
}
|
|
public readonly struct FeatureLimitKey
|
|
{
|
|
public string PrettyName { get; init; }
|
|
public string Key { get; init; }
|
|
} |