mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-08 19:39:27 +02:00
8 lines
101 B
C#
8 lines
101 B
C#
namespace DiscordApp.Auth
|
|
{
|
|
public enum ApiKeyTypes
|
|
{
|
|
Public,
|
|
Private
|
|
}
|
|
} |