serenity
serenity copied to clipboard
Add support for onboarding
Fixes #2860
First time implementing builders and this one is nasty.
TODO:
- [x] Add support for getting the current guilds onboarding
- [x] Create builders
- [x] Make said builders work and execute (add the method in
Http
too) - [ ] Add methods on
Guild
,GuildId
,PartialGuild
etc etc - [x] Document stuff (except new() methods)
- [ ] Write docs for new() methods on the builders once everything is stable.
- [x] Fix re-export shenanigans
- [x] Carefully look over visibility of objects.
- [ ] impl
From<Onboarding>
forEditOnboarding
etc - [ ] Model sizes update
- [ ] Testing