Typo
This commit is contained in:
@@ -1483,7 +1483,7 @@ namespace Discord.WebSocket
|
|||||||
await _gatewayLogger.DebugAsync("Ignored Dispatch (USER_SETTINGS_UPDATE)").ConfigureAwait(false);
|
await _gatewayLogger.DebugAsync("Ignored Dispatch (USER_SETTINGS_UPDATE)").ConfigureAwait(false);
|
||||||
return;
|
return;
|
||||||
case "WEBHOOKS_UPDATE":
|
case "WEBHOOKS_UPDATE":
|
||||||
await _gatewayLogger.DebugAsync("Ignored Dispatch (USER_SETTINGS_UPDATE)").ConfigureAwait(false);
|
await _gatewayLogger.DebugAsync("Ignored Dispatch (WEBHOOKS_UPDATE)").ConfigureAwait(false);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//Others
|
//Others
|
||||||
|
|||||||
Reference in New Issue
Block a user