Bot always mention the question. #2
-
Hello I'm testing your bot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you for testing the bot and I'm glad to hear that everything is working as expected. It seems like you're asking whether the instruction to always mention your question when the bot replies is part of the bot or if it comes from an external library. If I understand you correctly, the quoted message feature that prompts you to mention your question is actually from the here are examples from if you want to change this you need WhatsApp client instance from WhatsAppClient.ts. Note! Please create an issue if you want any features. |
Beta Was this translation helpful? Give feedback.
Thank you for testing the bot and I'm glad to hear that everything is working as expected. It seems like you're asking whether the instruction to always mention your question when the bot replies is part of the bot or if it comes from an external library. If I understand you correctly, the quoted message feature that prompts you to mention your question is actually from the
whatsapp-web.js
library.here are examples from
whats-web.js
if you want to change this you need WhatsApp client instance from WhatsAppClient.ts.
Note!
Currently, you can't access clients inside models to access clients in models you can make WhatsAppClientClass
Singleton.
Please create an issue if you want any features.