Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix null error in
InstallationContextConfig
(#2917)
The `oauth2_install_params` field can be null. This changes its type to be `Option<InstallParams>` to match the fact. https://discord.com/developers/docs/resources/application#application-object-application-structure.
- Loading branch information