Files
nanobot/nanobot
Nikolas de Hor 4c75e1673f fix: split Discord messages exceeding 2000-character limit
Discord's API rejects messages longer than 2000 characters with HTTP 400.
Previously, long agent responses were silently lost after retries exhausted.

Adds _split_message() (matching Telegram's approach) to chunk content at
line boundaries before sending. Only the first chunk carries the reply
reference. Retry logic extracted to _send_payload() for reuse across chunks.

Closes #898
2026-02-20 09:55:22 -03:00
..
2026-02-20 11:25:51 +00:00
2026-02-20 08:04:48 +00:00
2026-02-18 14:31:26 +00:00
2026-02-01 07:36:42 +00:00