-
Notifications
You must be signed in to change notification settings - Fork 417
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(VoiceChannel): Support voice channel statuses #1496
Conversation
Works fine on my side
|
I'm aware, I haven't had the chance to look at this yet |
Maybe set the status property to null if not set like the packet sent by discord |
I'm not 100% sure when discord will merge the PRs, so please complete with TS docs so I can preapprove and merge when Discord merge (or when I get impatient, whichever comes first) |
This PR will be finalised when you let me know what you want me to do with the |
Ah, sorry. Yeah emit a separate event for it |
* feat(VoiceChannel): Support voice channel statuses (abalabahaha#1496) * remove dupe * remove spaces
Support voice channel statuses
Refs:
Additions:
voiceChannelStatusUpdate
eventClient#setVoiceChannelStatus
functionVoiceChannel#setStatus
functionsetVoiceChannelStatus
permissionVOICE_CHANNEL_STATUS_UPDATE
(192) &VOICE_CHANNEL_STATUS_DELETE
(193) audit log action typesVoiceChannel#status
property