Fixed compile error

This commit is contained in:
RogueException
2015-12-29 05:11:56 -04:00
parent 660b64f571
commit e083ea1f42

View File

@@ -326,7 +326,7 @@ namespace Discord
public Task Acknowledge()
{
if (_userId != Client.CurrentUser.Id)
if (User.Id != Client.CurrentUser.Id)
return Client.ClientAPI.Send(new AckMessageRequest(Channel.Id, Id));
else
return TaskHelper.CompletedTask;