Skip to content

Commit

Permalink
Log socket errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed May 11, 2024
1 parent b2d9dfa commit b001df3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ LoggingService loggingService
DiscordClient.GuildDownloadCompleted += OnGuildDownloadCompleted;
DiscordClient.MessageCreated += EventListener.DmHandler;
DiscordClient.ClientErrored += EventListener.OnClientErrored;
DiscordClient.SocketErrored += EventListener.OnSocketErrored;
}

public async Task StartAsync(CancellationToken cancellationToken)
Expand Down

0 comments on commit b001df3

Please sign in to comment.