Skip to content

Instantly share code, notes, and snippets.

@hikalium
Created July 24, 2018 16:36
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 hikalium/68e70f10384e1ddb390b4c94763c3527 to your computer and use it in GitHub Desktop.
Save hikalium/68e70f10384e1ddb390b4c94763c3527 to your computer and use it in GitHub Desktop.
minimal settings with webapi for deborah
{
"interfaces": [
{
"type": "stdio"
},
{
"type": "webapi"
}
],
"profile": {
"name": "botname",
"slack-icon": ":innocent:"
},
"lib": {
},
"responders":["DeborahResponderEcho"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment