Skip to content

Commit

Permalink
Embed description limit should be 4096 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 authored Oct 17, 2021
1 parent 01b7cdb commit 38df17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/src/main/kotlin/builder/message/EmbedBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class EmbedBuilder : RequestBuilder<EmbedRequest> {
/**
* The maximum length of the [EmbedBuilder.description] field.
*/
const val description = 2048
const val description = 4096

/**
* The maximum amount of [EmbedBuilder.Field] in an [EmbedBuilder].
Expand Down

0 comments on commit 38df17f

Please sign in to comment.