diff --git a/javadocs/development/index-all.html b/javadocs/development/index-all.html
index 3b08cbfa..616b96e6 100644
--- a/javadocs/development/index-all.html
+++ b/javadocs/development/index-all.html
@@ -2040,10 +2040,6 @@
L
Gets the label of an option.
-label() - Element in annotation interface com.github.kaktushose.jda.commands.annotations.interactions.TextInput
-
-The label shown above this text input box
-
label() - Method in record class com.github.kaktushose.jda.commands.definitions.interactions.component.ButtonDefinition
Returns the value of the
label
record component.
@@ -2587,6 +2583,10 @@ P
Configure the placeholder which is displayed when no selections have been made yet.
+placeholder() - Element in annotation interface com.github.kaktushose.jda.commands.annotations.interactions.TextInput
+
+The placeholder of this TextInput.
+
placeholder() - Method in record class com.github.kaktushose.jda.commands.definitions.interactions.component.menu.EntitySelectMenuDefinition
@@ -3452,7 +3452,7 @@ V
value() - Element in annotation interface com.github.kaktushose.jda.commands.annotations.interactions.TextInput
-The placeholder of this TextInput
+The label shown above this text input box.
value() - Element in annotation interface com.github.kaktushose.jda.commands.annotations.internal.SelectOptionContainer
diff --git a/javadocs/development/jda.commands/com/github/kaktushose/jda/commands/annotations/interactions/TextInput.html b/javadocs/development/jda.commands/com/github/kaktushose/jda/commands/annotations/interactions/TextInput.html
index 9797dac3..5a991ed0 100644
--- a/javadocs/development/jda.commands/com/github/kaktushose/jda/commands/annotations/interactions/TextInput.html
+++ b/javadocs/development/jda.commands/com/github/kaktushose/jda/commands/annotations/interactions/TextInput.html
@@ -66,7 +66,7 @@
Element Details
- value
-- label
+- placeholder
- defaultValue
- minValue
- maxValue
@@ -112,7 +112,7 @@ Required Element Summary
-
The placeholder of this TextInput
+
The label shown above this text input box.
@@ -131,20 +131,20 @@ Optional Element Summary
The default value of this TextInput.
-
-
+int
+
-
The label shown above this text input box
+
The maximum length.
int
-
+
-
The maximum length.
+
The minimum length.
-int
-
+
+
-
The minimum length.
+
The placeholder of this TextInput.
boolean
@@ -173,9 +173,7 @@ Element Details
value