fix: Change embed description max length to 4096 (#1886)
* Update max embed description length (fixes #1881) * Update unit tests for new embed builder length
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Discord
|
||||
/// <summary>
|
||||
/// Returns the maximum length of description allowed by Discord.
|
||||
/// </summary>
|
||||
public const int MaxDescriptionLength = 2048;
|
||||
public const int MaxDescriptionLength = 4096;
|
||||
/// <summary>
|
||||
/// Returns the maximum length of total characters allowed by Discord.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user