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