-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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: stage instances #5749
feat: stage instances #5749
Conversation
It looks like there can only be one stage instance at any given time per stage channel. I think implementing this should be done similar to VoiceStates instead. e.g. the manager should be on the guild and the channel should have a getter that returns the current stage instance if any. |
That seems to be a correct way of doing it. I did take some time to decide where the manager should go. Now, if only I can remember why I chose it to be on the stage channel eventually 🐠 |
Both PRs were landed, so we're safe to continue forward. Also, as the tradition goes, this needs a rebase. |
There are still a few things left to be implemented, once they are done I'll mark the PR as ready for review. I have planned to resolve the conflicts by rebasing once everything is done. Also, I'm having exams these days, so I'm sorry if I take some time to respond 😸 |
About the latest commit: shouldn't the names of the variables from .then() functions be a little bit more explicit? I know |
I just followed the pattern of existing examples. I don't have any stance (pun intended with no shame 😆) on it. So, I leave the decision on the maintainers. |
Hmm I've never seen variables with names like that before, whereas explicit names are everywhere (take TextChannel as an example). Where did you see those existing examples? |
|
64aed67
to
0f662d6
Compare
Resolved all conflicts. It's ready for review 🎉 |
This needs a rebase 👀 |
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
4f5517a
to
32f2571
Compare
Done |
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small docs things, and it'll be good to go:
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Please describe the changes this PR makes and why it should be merged:
This PR starts the work of adding support for Stage Intances. Since, this PR isn't complete yet and a few PRs related to stage instances are still open in
discord-api-docs
(3060 & 2998), I'll keep this as a draft for now.Status and versioning classification: