diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-12 22:32:44 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-12 22:32:44 -0400 |
| commit | 39d0c3f0aafd19388e44c72a8841c757f435d1a2 (patch) | |
| tree | 6f2019cc04fb831c1425cfb53a75430742b5a11a /AleeBot/Program.cs | |
| parent | ef4fefa80725aceb45364e3e309db1dc0babc2de (diff) | |
| download | AleeBot.NET-beta.tar.gz AleeBot.NET-beta.tar.bz2 AleeBot.NET-beta.zip | |
Started working on uptime and added a packagebeta
Diffstat (limited to 'AleeBot/Program.cs')
| -rw-r--r-- | AleeBot/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
