We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug After OP 13 has been dispatched voice keep alive manager continues to send heartbeats
Reproducible code
channel = self.get_channel(913890363217965148) m = await message.reply(content="Joining VC shortly") await channel.join() await m.edit(content="Joined VC") await channel.leave() await m.edit(content="Left VC") # Monitor heartbeats in logs
Full error message
N/A
Expected behavior Heartbeating should've stopped
Screenshots If applicable, add screenshots to help explain your problem.
Enviroment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Bug has been resolved in latest pushes to PR
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
After OP 13 has been dispatched voice keep alive manager continues to send heartbeats
Reproducible code
Full error message
Expected behavior
Heartbeating should've stopped
Screenshots
If applicable, add screenshots to help explain your problem.
Enviroment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: