Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. message = event_data["event"]
  2. if message.get("subtype") is None :
  3.  
  4. if "friday" in message.get('text'):
  5. callfridayfunction()
  6.  
  7. if "saturday" in message.get('text'):
  8. callsaturdayfunction()
  9.  
  10. if "monday" in message.get('text'):
  11. callmondayfunction()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement