Merge pull request #524 from RyadaProductions/patch-1
Update docs' status sample
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public async Task ModifyStatus()
|
||||
{
|
||||
await _client.SetStatus(UserStatus.Idle);
|
||||
await _client.SetGame("Type !help for help");
|
||||
await _client.SetStatusAsync(UserStatus.Idle);
|
||||
await _client.SetGameAsync("Type !help for help");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user