Skip to content

Commit

Permalink
Remove deprecated field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Apr 1, 2022
1 parent e9091ce commit 01b328b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ public interface IIntegrationApplication
/// </summary>
string Description { get; }

/// <summary>
/// Gets the summary of the application.
/// </summary>
string Summary { get; }

/// <summary>
/// Gets the bot associated with this application.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ public record IntegrationApplication
string Name,
IImageHash? Icon,
string Description,
string Summary,
Optional<IUser> Bot = default
) : IIntegrationApplication;
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "none",
"icon": "68b329da9893e34099c7d8ad5cb9c940",
"description": "none",
"summary": "none",
"bot": {
"id": "999999999999999999",
"username": "none",
Expand All @@ -19,4 +18,4 @@
"premium_type": 0,
"public_flags": 0
}
}
}

0 comments on commit 01b328b

Please sign in to comment.