Update status.cs
SetStatus and SetGame don't exist, only SetStatusAsync and SetGameAsync
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
public async Task ModifyStatus()
|
public async Task ModifyStatus()
|
||||||
{
|
{
|
||||||
await _client.SetStatus(UserStatus.Idle);
|
await _client.SetStatusAsync(UserStatus.Idle);
|
||||||
await _client.SetGame("Type !help for help");
|
await _client.SetGameAsync("Type !help for help");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user