Fix Samples on Docs; Fix Links on Docs; add FAQ page to docs
This commit is contained in:
8
docs/guides/samples/faq/status.cs
Normal file
8
docs/guides/samples/faq/status.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
public async Task ModifyStatus()
|
||||
{
|
||||
await (await _client.GetCurrentUserAsync()).ModifyStatusAsync(x =>
|
||||
{
|
||||
x.Status = UserStatus.Idle;
|
||||
x.Game = new Game("Type !help for help");
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user