diff --git a/src/main/java/com/github/kaktushose/jda/commands/annotations/interactions/Interaction.java b/src/main/java/com/github/kaktushose/jda/commands/annotations/interactions/Interaction.java index 8133d1e4e..e27fc943c 100644 --- a/src/main/java/com/github/kaktushose/jda/commands/annotations/interactions/Interaction.java +++ b/src/main/java/com/github/kaktushose/jda/commands/annotations/interactions/Interaction.java @@ -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. ///