2

I am attempting to use Errbot to create the following workflow:

!calculate Errbot then responds to me privately with the answer for number1+number2. I'm not sure how to tell Errbot to respond in a private message, can anyone help assist?

Thanks!

user3097421
  • 151
  • 9

1 Answers1

1

The simplest way to do that is to use the config:

// in config.py
[...]
DIVERT_TO_PRIVATE = ['calculate',]
[...]
gbin
  • 2,960
  • 1
  • 14
  • 11