Skip to content

Commit

Permalink
Fix TextInput docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Jan 28, 2024
1 parent 5f5a709 commit 5464fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sealed interface MessageComponent {
}

/**
* [Discord Message Component Text Input](https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure)
* [Discord Message Component Text Input](https://discord.com/developers/docs/interactions/message-components#text-input-object)
*/
data class TextInput(
val customId: String,
Expand Down

0 comments on commit 5464fa1

Please sign in to comment.