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/Supporter.cs
Normal file
11
Enums/Supporter.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DiscordApp.Enums
|
||||
{
|
||||
public enum Supporter
|
||||
{
|
||||
None = 0,
|
||||
FirstLvl = 1,
|
||||
SecondLvl = 2,
|
||||
ThirdLvl = 3
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user