When Lakea posts messages to to Discord for D&D data fetching, she messages are stored in a list and iterated through to send to avoid exceeding Discords 2'000 character limit per message. However, many of these messages are far shorter than they need to be resulting in potentially a dozen or more shorter messages being sent that could be shortened to 2/3 longer messages. These should be combined to decrease the number of messages that need to be sent and make for a better user experience.
Acceptance Criteria:
D&D message lists have their items combined to minimise the number of items they have to send
None of the messages exceed 2'000 characters in length
When Lakea posts messages to to Discord for D&D data fetching, she messages are stored in a list and iterated through to send to avoid exceeding Discords 2'000 character limit per message. However, many of these messages are far shorter than they need to be resulting in potentially a dozen or more shorter messages being sent that could be shortened to 2/3 longer messages. These should be combined to decrease the number of messages that need to be sent and make for a better user experience.
Acceptance Criteria: