-
-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
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
feat: implement voice channel statuses #2368
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chsngelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
u have a typo in commit
amend :3
Co-authored-by: plun1331 <[email protected]> Signed-off-by: Icebluewolf <[email protected]>
Co-authored-by: plun1331 <[email protected]> Signed-off-by: Icebluewolf <[email protected]>
# Conflicts: # CHANGELOG.md
I fixed the arg names and tested all of the changes Plun and Lala made. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
We need the audit log events in another pull request to complete the voice channel status feature implementation |
Summary
Implements voice channel statuses by adding the
VoiceChannel.status
property. Set the status withVoiceChannel.set_status()
. And adds theon_voice_channel_status_update
event. As of posting it does not implement the corresponding audit log actions.Related DAPI docs PRs: #6398 and #6400
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.