We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test
The idea of 'dry-run' but to ensure all selected content is within Discord's specifications.
Embed Limits
files.*
#files.*
content
#embeds.*
embeds.{sum(title, description, field.name, field.value, footer.text, author.name)}
embeds.*.title
embeds.*.description
#embeds.*.fields
embeds.*.fields.*.name
embeds.*.fields.*.value
embeds.*.footer.text
embeds.*.author.name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The idea of 'dry-run' but to ensure all selected content is within Discord's specifications.
Embed Limits
files.*
- 10 MB per file#files.*
- 10 per messagecontent
- 2000 characters#embeds.*
- 10 per messageembeds.{sum(title, description, field.name, field.value, footer.text, author.name)}
- 6000 charactersembeds.*.title
- 256 characters eachembeds.*.description
- 4096 characters each#embeds.*.fields
- 25 per embedembeds.*.fields.*.name
- 256 charactersembeds.*.fields.*.value
- 1024 charactersembeds.*.footer.text
- 2048 charactersembeds.*.author.name
- 256 charactersThe text was updated successfully, but these errors were encountered: