Fixed exemple calling old non existing function.
This commit is contained in:
@@ -24,7 +24,7 @@ public class Program
|
|||||||
await InstallCommands();
|
await InstallCommands();
|
||||||
|
|
||||||
await client.LoginAsync(TokenType.Bot, token);
|
await client.LoginAsync(TokenType.Bot, token);
|
||||||
await client.ConnectAsync();
|
await client.StartAsync();
|
||||||
|
|
||||||
await Task.Delay(-1);
|
await Task.Delay(-1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user