Skip to content

Commit

Permalink
Update src/main/java/com/github/kaktushose/jda/commands/annotations/i…
Browse files Browse the repository at this point in the history
…nteractions/Interaction.java

Co-authored-by: Nick Hensel <[email protected]>
  • Loading branch information
Kaktushose and Goldmensch authored Dec 24, 2024
1 parent 8bcbb22 commit d027f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/// Classes annotated with [Interaction] are responsible for defining and handling interactions.
///
/// A class annotated with [Interaction] can define interactions via its methods. Therefore, the method must be annotated
/// A class annotated with [Interaction] can define interactions via its methods. Therefore, such methods must be annotated
/// with one of the following interaction annotations: [SlashCommand], [ContextCommand], [Button], [EntitySelectMenu],
/// [StringSelectMenu] or [Modal]. See the respective annotations for details.
///
Expand Down

0 comments on commit d027f67

Please sign in to comment.