Skip to content

Commit

Permalink
fix: added missing nsfw field for application command
Browse files Browse the repository at this point in the history
  • Loading branch information
Azn9 committed Mar 27, 2024
1 parent efd149c commit 4a8b702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ static ImmutableApplicationCommandData.Builder builder() {

@JsonProperty("contexts")
List<Integer> contexts();

Possible<Boolean> nsfw();
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ static ImmutableApplicationCommandRequest.Builder builder() {

@JsonProperty("contexts")
Possible<List<Integer>> contexts();

Possible<Boolean> nsfw();
}

0 comments on commit 4a8b702

Please sign in to comment.