refactor project structure
This commit is contained in:
9
PluralKit.Bot/Limits.cs
Normal file
9
PluralKit.Bot/Limits.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
public static readonly int MaxPronounsLength = 100;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user