Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add limits info #30

Open
TrevorSayre opened this issue Aug 17, 2022 · 0 comments
Open

Add limits info #30

TrevorSayre opened this issue Aug 17, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@TrevorSayre
Copy link

TrevorSayre commented Aug 17, 2022

Embeds have some limits:

  • Title is limited to 256 characters
  • Description is limited to 4096 characters
  • An embed can contain a maximum of 25 fields
  • A field name/title is limited to 256 character and the value of the field is limited to 1024 characters
  • Footer is limited to 2048 characters
  • Author name is limited to 256 characters
  • The total of characters allowed in an embed is 6000

It would be helpful to add some (maybe toggle show/hide) character counters and field counters. While text already stops when you hit the character count limit, and you already get an error message when trying to add a 26th field, etc. knowing how close you are to hitting the cap can be helpful. The overall 6000 character limit is especially tough to add up as you're developing an embed.

@Glitchii Glitchii added good first issue Good for newcomers To do and removed To do labels Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants