Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     Console.WriteLine("ZzukBot 3.0 Authentication Manager");
     if (!AuthData.SettingsCreated)
     {
         Console.WriteLine("Created Settings.json. Please edit it to your needs and restart the application");
         AuthData.Create();
     }
     else
     {
         Manager.StartUpdater();
         AuthServerHandler.Instance.StartAuth();
     }
     Console.ReadLine();
 }