diff --git a/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs b/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs index 67df05f7..de51058d 100644 --- a/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs +++ b/src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs @@ -207,9 +207,9 @@ public ValueTask SendVoiceUpdateAsync(ulong guildId, ulong? voiceChannelId, bool guildId, // Guild Id voiceChannelId, // Voice Channel Id selfMute, // Self Mute - selfDeaf, // Self Deaf - requestOptions, // Request Options - }; + selfDeaf, // Self Deaf + requestOptions, // Request Options + }; return new ValueTask((Task)_sendVoiceStateUpdateAsyncMethod.Invoke(_apiClient, arguments)!); }