will icon indicating copy to clipboard operation
will copied to clipboard

Added Slack DM ability to self.say

Open pastorhudson opened this issue 6 years ago • 0 comments

Adds the ability to Direct Message a slack user from self.say.

Usage:

self.say("Some Message", channel=self.message.data.sender)

Why?

This is useful when you want to respond with a Slack direct message to an event that came in some other way. A channel command, or webhook for instance.

pastorhudson avatar Jul 24 '18 21:07 pastorhudson