Files
PL_JusticeBot/Auth/ApiKeyTypes.cs
Дмитрий Шиманский 9a8a4cad5d add discord bot
change net6.0 net7.0
2023-10-26 11:35:42 +03:00

8 lines
101 B
C#

namespace DiscordApp.Auth
{
public enum ApiKeyTypes
{
Public,
Private
}
}