Reimnop / Discord4Fabric

A beautiful Discord bot client for Fabric
MIT License
37 stars 20 forks source link

handle too long console messages #77

Closed arnokeesman closed 1 year ago

arnokeesman commented 1 year ago

Added a method to check if the length of a console message is longer than 2000 characters, if so, split it by \n and run those lines through the method separately. This fixes #75

Reimnop commented 1 year ago

Thank you!