Improvements
- Change embed author constructor parameter order to `name, icon_url, url` from `icon_url`, `name`, `url`. On this
way it is more intuitive and matches the footer's parameter order as well. Drop warning if passed in bad order.
- `MessageInteraction` now picks up the `member` field from payload.
- Update max auto-completion options to 25 (from 20).
- Auto generate bit flag getters, setters and deleters instead of using descriptors (this improves performance).
- Add `ERROR_CODES.invalid_oauth2_redirect_url`.
ext.slash
- `int` fields with applied max or min values are translated to `number` ones.
Bug fixes
- `Sticker.user` was not updated when expected.
- Update message content fields correctly when polling from cache.
Renames, Deprecation & Removals
- Rename `start_embedded_activities` to `use_embedded_activities` permission.
- Add deprecated `Permission.can_start_embedded_activities` property.