bocoup / chatter

A collection of useful primitives for creating interactive chat bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow using icon_emoji

cowboy opened this issue · comments

Per https://api.slack.com/methods/chat.postMessage icon_url or icon_emoji can be specified for a message.

Proposal: if the SlackBot icon option matches /^:.+:$/ set icon_emoji, otherwise set icon_url inside postMessageOptions