Skip to content

Instantly share code, notes, and snippets.

@Elleo
Last active January 11, 2018 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elleo/7b7df14a3f0d2dcfd0b0f917ed2dd020 to your computer and use it in GitHub Desktop.
Save Elleo/7b7df14a3f0d2dcfd0b0f917ed2dd020 to your computer and use it in GitHub Desktop.
def handle_question(question, channel, slack_client):
slack_client.api_call("chat.postMessage", channel=channel,
text="Hello!", as_user=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment