-
Notifications
You must be signed in to change notification settings - Fork 137
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: implement onboarding #928
feat: implement onboarding #928
Conversation
see d7d4d5bb08d0bba0760a001a80bce4745e441311
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.
Really appreciate the PR!
A couple more general things, which I've also mentioned in some of the comments:
- Onboarding audit logs aren't part of the API docs, and two out of the five action types appear to be unused.
- Bots cannot edit onboarding (currently), meaning parts of the code are unfortunately not usable in practice :/ They should be removed/undocumented for now, while ideally still leaving the possibility to implement them in the future without breaking changes.
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.
other than the occasional ci errors and these last two comments, lgtm!
I haven't tested everything yet, will approve once that's done
Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Victor <67214928+Victorsitou@users.noreply.github.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.
thanks!
…u/disnake into feat/guild-onboarding
Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Victor <67214928+Victorsitou@users.noreply.github.com>
Summary
discord/discord-api-docs#5915
thanks to helish_88😈#7777 for helping me :)
Checklist
task lint
task pyright