Permissions Enum

This commit is contained in:
Holly Stubbs 2023-08-20 13:02:16 +01:00
parent 92d4f70af4
commit 1a871e4c35
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E

View file

@ -0,0 +1,10 @@
export enum Permissions {
BAT = 2,
Supporter = 4,
Friend = 8,
Peppy = 16,
Tournament = 32,
Bot = 64,
Moderator = 128,
Admin = 256
}