File tree Expand file tree Collapse file tree
tutorial/PythOnBoardingBot Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,9 +88,6 @@ def update_emoji(payload):
8888 # Post the updated message in Slack
8989 updated_message = slack_web_client .chat_update (** message )
9090
91- # Update the timestamp saved on the onboarding tutorial object
92- onboarding_tutorial .timestamp = updated_message ["ts" ]
93-
9491
9592# =============== Pin Added Events ================ #
9693# When a users pins a message the type of the event will be 'pin_added'.
@@ -117,9 +114,6 @@ def update_pin(payload):
117114 # Post the updated message in Slack
118115 updated_message = slack_web_client .chat_update (** message )
119116
120- # Update the timestamp saved on the onboarding tutorial object
121- onboarding_tutorial .timestamp = updated_message ["ts" ]
122-
123117
124118# ============== Message Events ============= #
125119# When a user sends a DM, the event type will be 'message'.
You can’t perform that action at this time.
0 commit comments