-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Implement stage channels #746
Labels
c-http
Affects the http crate
c-model
Affects the model crate
d-api
Change related to Discord's API.
f-stage-instances
Related to supporting the Stage Instances feature.
t-feature
Addition of a new feature
Comments
This was referenced Apr 1, 2021
Noskcaj19
pushed a commit
to terminal-discord/twilight
that referenced
this issue
Apr 2, 2021
Support guild stage voice channels. This is denoted by channel type 13. This is, in effect, a voice channel, but with a separate channel type to mark that it has additional external capability. This is a part of twilight-rs#746. Signed-off-by: Vivian Hellyer <[email protected]>
zeylahellyer
added a commit
that referenced
this issue
Apr 4, 2021
Support guild stage voice channels. This is denoted by channel type 13. This is, in effect, a voice channel, but with a separate channel type to mark that it has additional external capability. This is a part of #746. Approved-by: Cassandra McCarthy <[email protected]> Merged-by: Vivian Hellyer <[email protected]> Signed-off-by: Vivian Hellyer <[email protected]>
Implemented via #748. |
#748 was only for the channel type, other features around stage channels like the HTTP requests need to be done still. |
zeylahellyer
added
the
f-stage-instances
Related to supporting the Stage Instances feature.
label
May 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c-http
Affects the http crate
c-model
Affects the model crate
d-api
Change related to Discord's API.
f-stage-instances
Related to supporting the Stage Instances feature.
t-feature
Addition of a new feature
API docs PR: discord/discord-api-docs#2751
The text was updated successfully, but these errors were encountered: