pinterest / slackminion

A python bot framework for slack
MIT License
22 stars 14 forks source link

Add ability to strip formatting #37

Closed balajijegan closed 3 years ago

balajijegan commented 3 years ago

Plugins need the ability to strip formatting added by Slack. Rather than do this in a plugin, provide an option in dispatcher to strip formatting before sending messages to the plugin.

balajijegan commented 3 years ago

@amckenna-pinterest Please take a look when you get a chance.