JohnWolfson / Lakea-Discord-Bot

A discord bot to work alongside 'Lakea' stream assistant to add aid Materies Coil and his community
0 stars 0 forks source link

D&D Message Posting #30

Closed JohnWolfson closed 2 months ago

JohnWolfson commented 4 months ago

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: