Skip to content

Commit

Permalink
Update Backend/Remora.Discord.API/API/Objects/Interactions/Applicatio…
Browse files Browse the repository at this point in the history
…nIntegrationTypeConfig.cs

Co-authored-by: MazeXP <[email protected]>
  • Loading branch information
VelvetToroyashi and MazeXP authored May 11, 2024
1 parent 4b880e8 commit 5b0a641
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ namespace Remora.Discord.API.Objects;

/// <inheritdoc cref="IApplicationIntegrationTypeConfig"/>
[PublicAPI]
public record ApplicationIntegrationTypeConfig(Optional<IApplicationOAuth2InstallParams> OAuth2InstallParams)
: IApplicationIntegrationTypeConfig;
public record ApplicationIntegrationTypeConfig
(
Optional<IApplicationOAuth2InstallParams> OAuth2InstallParams
) : IApplicationIntegrationTypeConfig;

0 comments on commit 5b0a641

Please sign in to comment.