Luke
Luke
This has been an issue with VoiceNext for at least two years.
The docs site you linked are not the official docs. https://dsharpplus.github.io/articles/audio/voicenext/transmit.html https://dsharpplus.github.io/articles/audio/voicenext/receive.html
https://github.com/DSharpPlus/DSharpPlus/blob/master/DSharpPlus/Clients/DiscordClient.Dispatch.cs#L1650-L1710 Discord [only sends an ID](https://discord.com/developers/docs/topics/gateway#message-reaction-add) for the message with the event. If the message is not found in cache, a partial object will be created using the available data...
It may be worth it to reach out to the Ledger contributors; I'm sure they'd be willing to make needed modifications for compatibility.
Any updates on this, sed?
@nickheyer is this still planned?
A friend and I keep crashing as well. Dropz 1.1.4 Rayon 1.2.3 [hs_err_pid3988.log](https://github.com/LazuriteMC/Dropz/files/6449002/hs_err_pid3988.log)
I built this from source and I can get the bot to join, but the audio is extremely slow and choppy. Also I can't seem to get the bot to...
Thank you for the tip! I also added a similar filter as the backdrop filter to achieve a blur effect: ``` .detailPageSecondaryContainer { background-color: transparent !important; backdrop-filter: blur(6px) saturate(80%) contrast(90%)...
In the context of Lavalink, DSharpPlus does not handle audio at all. Lavalink handles connecting to the voice channel. DSharpPlus (or rather, Lavalink4NET and any other Lavalink library) simply provides...