vishakha-lall / MapBot

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

Telegram bot slash commands #186

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Describe the bug Telegram has /slash commandsto /start the bot and get a description with /about. These do not currently work and they're treated as queries to the MapBot and hence return semantically wrong results.

To Reproduce Steps to reproduce the behavior:

Expected behavior Customized replies to /slash commands.

Additional context None

chttrjeankr commented 4 years ago

Fixed by #187