From b097c5c604facc8ca82f3bc6e72222f8647aee5f Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 16 Sep 2024 09:36:58 -0400 Subject: [PATCH] update article --- markdown/RayAI At Home Chat Assistant Server.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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