asetalias / amibot

A Whatsapp bot for Amizone. Powered by the go-amizone API
MIT License
25 stars 16 forks source link

Help commands #9

Closed jtee0-0 closed 8 months ago

jtee0-0 commented 1 year ago

If you could send some bot commands with the initial text that'd be helpful!

Blaster4385 commented 1 year ago

What kind of help commands are you expecting?

ditsuke commented 1 year ago

I think to start with, the bot should tell the user about how the login process works and what they'll require to enter followed by how we keep their data safe. In fact we should probably make the credentials prompts clearer by mentioning Amizone, so instead of Enter username: we could have Enter your Amizone username:.

Apart from the login flow, we could tell the user about how the menu-selection based bot control works (Select an option to use the bot. To logout, select the logout option etc)

AnshGupta01 commented 8 months ago

Seems like an simple issue, can be closed with a small effort..but im skeptical about overloading the user with help command message, the existing bot is straightforward to use. Although there are some messages which can be perfected (which i will address)

ditsuke commented 8 months ago

Seems like an simple issue, can be closed with a small effort..but im skeptical about overloading the user with help command message, the existing bot is straightforward to use. Although there are some messages which can be perfected (which i will address)

Good point. Just improving the existing messages could do the job.

AnshGupta01 commented 8 months ago

I improved the welcome message. Also the username prompt was repetitive, hence fixed it too. Raising a PR.