discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
985 stars 236 forks source link

do not reset `seq` and `timestamp` in voice client #965

Closed davidcole1340 closed 1 year ago

davidcole1340 commented 1 year ago

discord will get confused if these values are changed during a single voice client session. they should not be reset when finishing audio playback, only when disconnecting (but in that case a new voice client would be created).

fixes #814 and #444

SQKo commented 1 year ago

backport to: