- Fixed type for `Client.user`, as it technically is defined all the time on boot, and rather now raises `AttributeError` if trying to access it too early
- Fixed `Context.modal_values` type saying that it can be optionally `None` by mistake
- Added `Embed.set_colour` to make you able to set colour after initial call for `Embed`
- Resolved type hint for `Followup.send` if you decide to not make it wait for a response