Fixed exemple calling old non existing function.

This commit is contained in:
Victor Möller
2017-05-04 18:29:04 +02:00
committed by GitHub
parent 82a413ace6
commit 8f59d4423f

View File

@@ -24,7 +24,7 @@ public class Program
await InstallCommands();
await client.LoginAsync(TokenType.Bot, token);
await client.ConnectAsync();
await client.StartAsync();
await Task.Delay(-1);
}