Thanks

This responder replies when a user thanks the bot.

Listens to

Thanks @botname
Thank you @botname
@botname thanks
@botname thank you

Settings key

thanks

Params

reply:

The message the bot will send back. Default value is “You are welcome”.

Examples

Simplest use case:

...
  responders:
    thanks:
...

Custom message and hidden from public commands list:

...
  responders:
    thanks:
      reply: "No problem, I'm here to help!"
      hidden: true
...

In action

../_images/thanks.png