PixeL

Results 5 issues of PixeL

# Summary Add new stage channel properties and endpoints. ## Added `API::User#modify_own_voice_state` `API::Server#update_voice_state` `VoiceBot#suppressed=` `VoiceBot#request_to_speak` `Channel#suppress_user` `Channel#unsuppress_user` `Member#suppressed?` `Member#requested_to_speak?` `:request_to_speak` Permission `stage (13)` channel type and `Channel#stage?` 2 new properties...

enhancement

Discord recently introduced Stage Channels! These add a new type, a new property on VoiceState, a new permission (REQUEST_TO_SPEAK) and 2 new endpoints to manage self/user's voice states. Link to...

enhancement

Buttons are fast approaching, along with other fancy new interactive user elements. Buttons are grouped inside of a _generic_ component group (`type: 1`) of interactive elements. Example payload: ```json {...

enhancement

https://discord.com/developers/docs/resources/auto-moderation

enhancement

# Summary This pr fixes the long broken rubocop, along with the failing specs. So we are now green bois again. --- ## Fixed - examples/modals.rb to use `ENV.fetch` instead...