Open the-machine-preacher opened 5 years ago
I used this:
from slackbot.bot import respond_to @respond_to('Give me (.*)') def giveme(message, something): message.reply('Here is {}'.format(something))
But how do I access the text content of the message itself?
message
I used this:
But how do I access the text content of the
message
itself?