pycord icon indicating copy to clipboard operation
pycord copied to clipboard

Add receiving and setting the status for the voice channel

Open Shandeika opened this issue 7 months ago • 0 comments

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 request

Shandeika avatar Jan 20 '24 11:01 Shandeika