tambahannya

This commit is contained in:
bipproduction
2025-10-27 14:43:28 +08:00
parent 42333587c6
commit e63ec05f2f

View File

@@ -63,6 +63,7 @@ const WaRoute = new Elysia({
}; };
} }
const chat = await client.getChatById(`${body.number}@c.us`); const chat = await client.getChatById(`${body.number}@c.us`);
await chat.sendMessage(body.text); await chat.sendMessage(body.text);