-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Document Set Voice Channel Status endpoint #6400
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
base: main
Are you sure you want to change the base?
Conversation
does this need to be a separate PR? wouldn't it be better to just suggest documenting the endpoint in the original PR (#6398)? |
#6398 can be merged already, but this needs the xsp header check to be removed |
makes sense, though considering how long it takes staff to merge docs, there's a chance the feature will be fully rolled out by the time they even see this :) |
voice status seems to be unavailable in servers with hang status (at least the GUI is) - tbd if that replaces it, I suppose |
API documentation: discord/discord-api-docs#6400
So there is an option to PUT a voice channel status now! Great! |
it's part of the channel object which you can GET already, but voice channel status is not considered stable or documented yet. |
When will this feature be documented/implemented correctly? Has it been overlooked? |
I'm also waiting. [: |
I made a script in python to change the status Some other discord libs like discord.py already have this implemented. |
@EchterTimo Can you send the documentation for Discord.js's support of voice channel statuses ? AFAIK they were waiting for Discord's documentation : discordjs/discord.js#10799 |
Oh you are right then it was another lib. But I forgot. |
Discord.py supports updating a voice channel's status |
Ah yes. Thats it. |
Well, yes technically they allow access to edit a channel, and set a status, but they do NOT allow to edit permissions for a role, member to change permissions to grant "Update Channel Status" permissions. |
PUT /channels/:id/voice-status
note: this endpoint currently requires the x-super-properties header due to the leftover experiment lock
requires #6398 (receiving) - this PR will probably fail CI for now