6 lines
133 B
C#
6 lines
133 B
C#
public async Task ModifyStatus()
|
|
{
|
|
await _client.SetStatus(UserStatus.Idle);
|
|
await _client.SetGame("Type !help for help");
|
|
}
|