2019-04-29 18:28:53 +00:00
|
|
|
namespace PluralKit.Bot {
|
|
|
|
public static class Limits {
|
|
|
|
public static readonly int MaxSystemNameLength = 100;
|
|
|
|
public static readonly int MaxSystemTagLength = 31;
|
|
|
|
public static readonly int MaxDescriptionLength = 1000;
|
|
|
|
public static readonly int MaxMemberNameLength = 50;
|
2019-04-29 18:36:09 +00:00
|
|
|
public static readonly int MaxPronounsLength = 100;
|
2019-04-29 18:28:53 +00:00
|
|
|
}
|
|
|
|
}
|