Velvet

Results 59 comments of Velvet

What version are you using, though? And how're you going about editing messages, because I did extensive testing before opening a PR that put the nail in the coffin for...

How are you going about editing these messages?

This issue comes down to the nature of VoiceNext; I cannot speak for LavaLink, as I've never even touched our wrapper, but I have looked at some of Freya's code....

Turns out I'm a dumbass and @IDoEverything had a nickname set on my server

Semi-intentional change; `DiscordMember`s are more so data objects with convenience methods than god objects because constantly checking for places that things are and aren't updated, as well as what exactly...

> Previously it was simply done by checking past IsPending to current one in the member updated event. I'd like to mention that this *should* work as intended? Just that...

Also here's [the code I'm referring to.](https://github.com/DSharpPlus/DSharpPlus/blob/master/DSharpPlus/Clients/DiscordClient.Dispatch.cs#L1247-L1250)

So this is in fact an issue with the event, which helps us triage this better.

The culprit is [this line](https://github.com/DSharpPlus/DSharpPlus/blob/master/DSharpPlus.VoiceNext/VoiceNextExtension.cs#L207)