Created
September 17, 2016 08:43
-
-
Save ObjectIsAdvantag/708e34767b7eb023bff32def7d02fa18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if 'currentCall' in locals(): | |
msg = currentCall.initialText | |
if msg == "yes": | |
say("go get some") | |
else: | |
say("I am not a big coffee drinker myself neither") | |
else: | |
call(phonenumber, {"network":"SMS"}) | |
say("do you want coffee ?") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment