Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
NycroV committed Jul 10, 2024
1 parent 5020c6c commit c7489f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public sealed class DiscordClientWrapper : IDiscordClientWrapper
private readonly DiscordClient _client; // sharded clients are now also managed by the same DiscordClient type
private readonly ILogger<DiscordClientWrapper> _logger;
private readonly TaskCompletionSource<ClientInformation> _readyTaskCompletionSource;
private bool _disposed;

/// <summary>
/// Creates a new instance of <see cref="DiscordClientWrapper"/>.
Expand Down

0 comments on commit c7489f3

Please sign in to comment.