Slack-Python-Onboarding-Tutorial icon indicating copy to clipboard operation
Slack-Python-Onboarding-Tutorial copied to clipboard

update message comes to early

Open transfluxus opened this issue 8 years ago • 0 comments

Hi,

I'm trying to write something similar. My Bot is supposed to update an message. however the response to the message comes afterwards the update api call, so it gets changed immediately after. U know what I mean. it's like if in your program the return make_response("Welcome Message Sent", 200,) comes after the bot updates the message

transfluxus avatar Mar 29 '17 19:03 transfluxus