Browse Source

Removed MESSAGE_UPDATE warning

pull/108/head
RogueException 9 years ago
parent
commit
43d3998c17
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/Discord.Net/DiscordSocketClient.cs

+ 0
- 5
src/Discord.Net/DiscordSocketClient.cs 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
{


Loading…
Cancel
Save