Skip to content

Commit

Permalink
fix(client-support/netcord): Fix sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Feb 29, 2024
1 parent c0a4c24 commit af896a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lavalink4NET.NetCord/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static IServiceCollection AddLavalink(this IServiceCollection services)
{
ArgumentNullException.ThrowIfNull(services);

services.AddLavalink<SocketDiscordClientWrapper>();
services.AddLavalink<DiscordClientWrapper>();

return services;
}
Expand Down

0 comments on commit af896a9

Please sign in to comment.