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

@@ -50,7 +50,5 @@ namespace Discord.Rest
var model = await UserHelper.ModifyAsync(this, Discord, func, options).ConfigureAwait(false);
Update(model);
}
Task ISelfUser.ModifyStatusAsync(Action<ModifyPresenceParams> func, RequestOptions options) { throw new NotSupportedException(); }
}
}