Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Created April 22, 2016 19:43
Show Gist options
  • Save devStepsize/276b80acf763e695f0d619c658853fde to your computer and use it in GitHub Desktop.
Save devStepsize/276b80acf763e695f0d619c658853fde to your computer and use it in GitHub Desktop.
Botkit reply to Slack with specific fields
// From https://github.com/howdyai/botkit#botreply
bot.reply(message,{
text: "A more complex response",
username: "ReplyBot",
icon_emoji: ":dash:",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment