Skip to content

Commit

Permalink
fix: added missing nsfw field for application command (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azn9 authored Mar 27, 2024
1 parent efd149c commit ec01bcf
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 ec01bcf

Please sign in to comment.