Created
April 22, 2016 19:43
-
-
Save devStepsize/276b80acf763e695f0d619c658853fde to your computer and use it in GitHub Desktop.
Botkit reply to Slack with specific fields
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
// 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