mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2026-02-04 10:34:13 +02:00
add discord bot
change net6.0 net7.0
This commit is contained in:
11
Enums/UserType.cs
Normal file
11
Enums/UserType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DiscordApp.Enums
|
||||
{
|
||||
public enum UserType
|
||||
{
|
||||
Player = 0,
|
||||
Banned = 1,
|
||||
Courier = 2,
|
||||
Moderator = 3,
|
||||
Admin = 4,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user