This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#524
from RyadaProductions/patch-1
Update docs' status sample
pull/534/head
Christopher F
GitHub
8 years ago
parent
c8f382ce2a
e3d31c5bd1
commit
755651080d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
{
await _client.SetStatus(UserStatus.Idle);
await _client.SetGame("Type !help for help");
await _client.SetStatus
Async
(UserStatus.Idle);
await _client.SetGame
Async
("Type !help for help");
}
Write
Preview
Loading…
Cancel
Save