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:
13
Enums/NitroSubscription.cs
Normal file
13
Enums/NitroSubscription.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DiscordApp.Enums
|
||||
{
|
||||
public enum NitroSubscription
|
||||
{
|
||||
None = 0,
|
||||
Classic = 1,
|
||||
Regular = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user