From d027f676ca155ba1478ec21d6dcecd6b152e9535 Mon Sep 17 00:00:00 2001 From: Kaktushose <42280757+Kaktushose@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:26:52 +0100 Subject: [PATCH] Update src/main/java/com/github/kaktushose/jda/commands/annotations/interactions/Interaction.java Co-authored-by: Nick Hensel <47005420+Goldmensch@users.noreply.github.com> --- .../jda/commands/annotations/interactions/Interaction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8133d1e4..e27fc943 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. ///