diff options
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; }; |
