Skip to content

Commit

Permalink
Fix maximum description length to the correct size (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored and GnomedDev committed Mar 25, 2024
1 parent 1a3ea23 commit b77b255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/channel/embed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::model::{Colour, Timestamp};
/// You can include an attachment in your own message by a user or a bot, or in a webhook.
///
/// **Note**: Maximum amount of characters you can put is 256 in a field name,
/// 1024 in a field value, and 2048 in a description.
/// 1024 in a field value, and 4096 in a description.
///
/// [Discord docs](https://discord.com/developers/docs/resources/channel#embed-object).
///
Expand Down

0 comments on commit b77b255

Please sign in to comment.