diff --git a/markdown/RayAI At Home Chat Assistant Server.md b/markdown/RayAI At Home Chat Assistant Server.md index 73428ae..6ffffe6 100644 --- a/markdown/RayAI At Home Chat Assistant Server.md +++ b/markdown/RayAI At Home Chat Assistant Server.md @@ -206,9 +206,7 @@ client.on('messageCreate', async message => { }); ``` -### Handling Long - - Messages +### Handling Long Messages If the response from the backend exceeds Discord’s message length limit, the bot splits the message into smaller chunks and sends them sequentially. ```javascript