7 lines
129 B
C#
7 lines
129 B
C#
|
namespace PluralKit.API
|
|||
|
{
|
|||
|
public class PKClaims
|
|||
|
{
|
|||
|
public const string SystemId = "PluralKit:SystemId";
|
|||
|
}
|
|||
|
}
|