-
Notifications
You must be signed in to change notification settings - Fork 19
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
Let the person know which request was canceled #52
Comments
I just want to make sure the fix should be bot.reply() where the bot replies instead of it sending a message? So the fix is I would change it in the file somewhere, correct? I can give this issue a try. |
@Salz0 |
@sfazli96 feel free to give it a go. If anything, we're here to help 🙂 |
The cancelation button should include the message_id. That way it should be good |
|
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
The text was updated successfully, but these errors were encountered: