slackapi/Slack-Python-Onboarding-Tutorial

update message comes to early

Opened this issue · 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