kurzgesagt-in-a-nutshell / birdbot

A multipurpose bot for the kurzgesagt discord server
GNU General Public License v3.0
22 stars 5 forks source link

[Bug]: Log command occasionally causes 400 Bad Request #143

Closed arcinfini closed 3 months ago

arcinfini commented 1 year ago

Log command occasionally causes 400 Bad Request (error code: 50035): Invalid Form Body In content: Must be 2000 or fewer in length.

The length of the log message is checked before more text is added when sent. Even though the characters are not rendered for formatting, it is still counted to the limit.