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
#172 resolves this by splitting up long (un)ordered lists into newlines. However, if an announcement is posted without any line breaks, it still may not be sent due to Discord's content restrictions. in this case, I would need to modify the split regex method to split on a space character and force an unnatural break in the message
caught this rare bug in the logs:
has to do with discord.js's builtin message splitting method
The text was updated successfully, but these errors were encountered: