This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Typo
tags/1.0-rc
RogueException
8 years ago
parent
6ae508f3f7
commit
71c06dc2ae
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Discord.Net.WebSocket/DiscordSocketClient.cs
+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketClient.cs
View File
@@ -1483,7 +1483,7 @@ namespace Discord.WebSocket
await _gatewayLogger.DebugAsync("Ignored Dispatch (USER_SETTINGS_UPDATE)").ConfigureAwait(false);
return;
case "WEBHOOKS_UPDATE":
await _gatewayLogger.DebugAsync("Ignored Dispatch (
USER_SETTING
S_UPDATE)").ConfigureAwait(false);
await _gatewayLogger.DebugAsync("Ignored Dispatch (
WEBHOOK
S_UPDATE)").ConfigureAwait(false);
return;
//Others
Write
Preview
Loading…
Cancel
Save