You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some transcripts are too long to be sent as a description in an embed (2048 characters). Transcript should be split up into multiple embed "fields" or separated altogether. Currently no response is sent through discord, as the content exceeds the discord's character limit.
This is different from the embeds created from the !explain command
The transcript content the bot sends is different from the transcript provided by xkcd's JSON file because we modify the their markdown to discord's markdown.
Steps needed to take:
After converting the transcript markdown to discord markdown, check content length.
If content length is greater than 2048 characters, change the output to multiple fields using the field or fields method. Fields can only be 1024 characters long, so a message over the 2048 limit would need 3 fields
The text was updated successfully, but these errors were encountered:
Some transcripts are too long to be sent as a description in an embed (2048 characters). Transcript should be split up into multiple embed "fields" or separated altogether. Currently no response is sent through discord, as the content exceeds the discord's character limit.
Example(s) found to test against:
Things to note:
Steps needed to take:
The text was updated successfully, but these errors were encountered: