mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-08 19:39:27 +02:00
11 lines
173 B
C#
11 lines
173 B
C#
namespace DiscordApp.Enums
|
|
{
|
|
public enum UserType
|
|
{
|
|
Player = 0,
|
|
Banned = 1,
|
|
Courier = 2,
|
|
Moderator = 3,
|
|
Admin = 4,
|
|
}
|
|
} |