What's happening?
Currently the bot simply types the cancelation message without any reference to the request
Why?
It should be more intuitive to do a bot.reply() instead of bot.send_message() because the person will understand what is happening
This is easy to fix
What's happening?
Currently the bot simply types the cancelation message without any reference to the request
Why?
It should be more intuitive to do a
bot.reply()instead ofbot.send_message()because the person will understand what is happeningThis is easy to fix