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
Add receiving and setting the status for the voice channel
The core library
Currently, the VoiceChannel object does not have the status attribute in the library. And the status cannot be set using the edit() method
Add the ability to get a status and the ability to change it
No response
The channel status is changed via the endpoint /channels/{channel_id}/voice-status, the type of PUT request
/channels/{channel_id}/voice-status
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
Add receiving and setting the status for the voice channel
What is the feature request for?
The core library
The Problem
Currently, the VoiceChannel object does not have the status attribute in the library. And the status cannot be set using the edit() method
The Ideal Solution
Add the ability to get a status and the ability to change it
The Current Solution
No response
Additional Context
The channel status is changed via the endpoint
/channels/{channel_id}/voice-status
, the type of PUT requestThe text was updated successfully, but these errors were encountered: