From 39d0c3f0aafd19388e44c72a8841c757f435d1a2 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 12 May 2019 22:32:44 -0400 Subject: Started working on uptime and added a package --- AleeBot/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AleeBot/Program.cs') diff --git a/AleeBot/Program.cs b/AleeBot/Program.cs index c6d10f4..54cd816 100644 --- a/AleeBot/Program.cs +++ b/AleeBot/Program.cs @@ -45,6 +45,7 @@ namespace AleeBot else { Console.WriteLine("[ERROR] token.txt isn't found."); + Console.ReadKey(); Environment.Exit(0); } } @@ -69,7 +70,6 @@ namespace AleeBot _client.Ready += () => { Console.WriteLine($"[SUCCESS] AleeBot {Data.Version} is now ready!"); - return Task.CompletedTask; }; -- cgit v1.2.3