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
When the bot user tries to run code which might have an output that exceeds 2048 characters, the bot fails to responds, breaking UX flow
The following error shows up in the bot Logs -
[EmbedBuilderArgumentException: Embed description is too long (2048 characters limit)]. Stacktrace: EmbedBuilder.build (package:nyxx/src/utils/builders/embed_builder.dart:104:7) MessageBuilder.build (package:nyxx/src/utils/builders/message_builder.dart:176:65) ComponentMessageBuilder.build (package:nyxx_interactions/src/builders/component_builder.dart:252:18) HttpEndpoints.sendMessage (package:nyxx/src/internal/http_endpoints.dart:1177:25) CacheableTextChannel.sendMessage (package:nyxx/src/core/channel/cacheable_text_channel.dart:52:80)
The text was updated successfully, but these errors were encountered:
Anikate-De
No branches or pull requests
When the bot user tries to run code which might have an output that exceeds 2048 characters, the bot fails to responds, breaking UX flow
The following error shows up in the bot Logs -
The text was updated successfully, but these errors were encountered: