diff --git a/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs b/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs index b7b69a5b..d0ff038d 100644 --- a/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs +++ b/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs @@ -207,6 +207,8 @@ public ValueTask SendVoiceUpdateAsync(ulong guildId, ulong? voiceChannelId, bool var requestOptions = new RequestOptions { CancelToken = cancellationToken, }; + // WARNING! The parameters "self mute" and "self deaf" are accidentally swapped in the method signature of the SendVoiceStateUpdateAsync method. + // This should be fixed when migrating to a non-reflection based approach which should enforce a major version bump to not break existing bots. var arguments = new object?[] { guildId, // Guild Id