vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Messenger Bot chat messages #200

Open chttrjeankr opened 4 years ago

chttrjeankr commented 4 years ago

Describe the bug The Messenger Bot doesn't handle chat texts which are out of scope for MapBot. Neither are any error messages passed to the user to understand what is to be done.

To Reproduce Steps to reproduce the behavior:

  1. Go to Messenger Bot
  2. Send "Hello" or any emoji
  3. Replies are vague and meaningless.

Expected behavior One worded texts can be interpreted as chats and can have predefined replies accordingly. Just like slash commands for Telegram.

Additional context None