-
-
Notifications
You must be signed in to change notification settings - Fork 93
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 Instances #1725
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
discord/discord-api-docs#5687 was merged last night so I'm gonna keep this as a draft until I get a moment to add this in. I have it committed locally but haven't had the chance to test yet. |
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.
Thanks for taking over this PR!
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.
LGTM, just a nitpick :)
add stubs fix linting make names more consistent. started adding tests change stage_id to id rename stage_instance_events to stage_events. add helpful functions and modify abc thing rename and fix linting fix bugs + add tests for event manager add tests for stage events and fix some bugs add tests for stage_instance fix linting add tests and fix small bugs
Just brought it up to date with the current version (at time of writing)
`guild_scheduled_event_id` was recently merged into DAPI docs. `send_start_notification` was added to Create Stage Instance some time ago, so I added that in too.
Co-authored-by: davfsa <davfsa@gmail.com> Signed-off-by: nulldomain <git@nulldoma.in>
Co-authored-by: davfsa <davfsa@gmail.com> Signed-off-by: nulldomain <git@nulldoma.in>
Co-authored-by: davfsa <davfsa@gmail.com> Signed-off-by: nulldomain <git@nulldoma.in>
Co-authored-by: davfsa <davfsa@gmail.com> Signed-off-by: nulldomain <git@nulldoma.in>
Co-authored-by: davfsa <davfsa@gmail.com> Signed-off-by: nulldomain <git@nulldoma.in>
@FasterSpeeding please review when you can :) |
@FasterSpeeding Can you review please? |
Asides from those few small things LGTM |
Co-authored-by: davfsa <davfsa@gmail.com> Signed-off-by: thomm.o <43570299+tandemdude@users.noreply.github.com>
Co-authored-by: davfsa <davfsa@gmail.com> Signed-off-by: thomm.o <43570299+tandemdude@users.noreply.github.com>
Summary
This PR aims to finish the work made by @ashwinvin in #695, including rebasing on the most recent hikari version (at the time of writing) and bringing tests up to scratch.
Hopefully I haven't missed anything, I only had a few hours to look at this.
Checklist
nox
and all the pipelines have passed.Related issues
Closes #695
Closes #602