Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect.

This commit is contained in:
RogueException
2016-10-21 11:22:26 -03:00
parent d9e00c9170
commit 043f8ded85
5 changed files with 54 additions and 66 deletions

View File

@@ -14,6 +14,5 @@ namespace Discord
bool IsMfaEnabled { get; }
Task ModifyAsync(Action<ModifyCurrentUserParams> func, RequestOptions options = null);
Task ModifyStatusAsync(Action<ModifyPresenceParams> func, RequestOptions options = null);
}
}