Removed MESSAGE_UPDATE warning

This commit is contained in:
RogueException
2016-06-24 03:09:42 -03:00
parent 5f18d39011
commit 43d3998c17

View File

@@ -1003,11 +1003,6 @@ namespace Discord
}
if (after != null)
await _messageUpdatedEvent.InvokeAsync(Optional.Create(before), after).ConfigureAwait(false);
else
{
await _gatewayLogger.WarningAsync("MESSAGE_UPDATE was unable to build an updated message.").ConfigureAwait(false);
return;
}
}
else
{