-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footer and Buttons are not working #65
Comments
Branch issue-65-Footer_and_Buttons_are_not_working created! |
Hi @pharmankur Unfortunately, the WA library that this tool depends on (@whiskeysockets/baileys) dropped support for buttons (and footers). Please see this issue for more information: WhiskeySockets/Baileys#56 I think the reason that the support was dropped is a change by WA on their API/apps. As I'm depending on the baileys library for connecting with the WA API, there's nothing I can do to fix it. KR, Rob |
Thanks for updating & removing button option [ which was not working anyways ]. Also if possible, in help, please elaborate examples of [options] of following commands |
Branch issue-65-Footer_and_Buttons_are_not_working created! |
Hi @pharmankur I forgot to update the examples in the usage indeed 🤦 Thanks for reporting this! Rob |
Dear,
First of all Thanks a lot for creating this project. I am loving it 👍
Just a few things I observed not working as you have explained in redme
1] Footer -
When I do
npx mudslide@latest send me 'hello\nworld' --footer 'Bye!'
I get "hello world" as expected in 2 lines, but I do not see any "Bye"
2] Buttons -
When I do
npx mudslide@latest send me 'Everyone ready?' -b 'yes' -b 'no'
I get nothing ! ... Not even the message "Everyone ready?"
Pls check ...
The text was updated successfully, but these errors were encountered: