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