Skip to content

Instantly share code, notes, and snippets.

@teenoh
Created October 13, 2017 14:58
Show Gist options
  • Save teenoh/3f7355de4129b37c7b40344eb596b79b to your computer and use it in GitHub Desktop.
Save teenoh/3f7355de4129b37c7b40344eb596b79b to your computer and use it in GitHub Desktop.
bad-bot-workflow
if user enters "hey" =>
reply user "hi"
if user enters "hello" =>
reply user "hi"
if user enters "hi" =>
reply user "hi"
if user entered "where are you?" =>
reply user with "I am somewhere in the cloud"
if user entered "what is your location?" =>
reply user with "I am somewhere in the cloud"
if user entered "where can I find you?" =>
reply user with "I am somewhere in the cloud"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment