This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Removed MESSAGE_UPDATE warning
pull/108/head
RogueException
9 years ago
parent
5f18d39011
commit
43d3998c17
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save