update article

This commit is contained in:
Raven Scott 2024-09-16 09:36:58 -04:00
parent 1a077f07ff
commit b097c5c604

View File

@ -206,9 +206,7 @@ client.on('messageCreate', async message => {
});
```
### Handling Long
Messages
### Handling Long Messages
If the response from the backend exceeds Discords message length limit, the bot splits the message into smaller chunks and sends them sequentially.
```javascript