Browse Source

Merge pull request #524 from RyadaProductions/patch-1

Update docs' status sample
tags/1.0-rc
Christopher F GitHub 8 years ago
parent
commit
755651080d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/guides/samples/faq/status.cs

+ 2
- 2
docs/guides/samples/faq/status.cs View File

@@ -1,5 +1,5 @@
public async Task ModifyStatus() 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");
} }

Loading…
Cancel
Save