mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
Merge branch 'main' into newdiscord
This commit is contained in:
commit
04109a133f
6 changed files with 27 additions and 9 deletions
|
|
@ -76,7 +76,7 @@ namespace PluralKit.Bot
|
|||
if (e is WebhookExecutionErrorOnDiscordsEnd) return false;
|
||||
|
||||
// Socket errors are *not our problem*
|
||||
if (e is SocketException) return false;
|
||||
if (e.GetBaseException() is SocketException) return false;
|
||||
|
||||
// Tasks being cancelled for whatver reason are, you guessed it, also not our problem.
|
||||
if (e is TaskCanceledException) return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue