Guest User

Untitled

a guest
Nov 9th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. from bothub_client.bot import BaseBot
  2. from bothub_client.decorators import channel
  3.  
  4. class Bot(BaseBot):
  5. @channel()
  6. def default_handler(self, event, context):
  7. self.send_message('Echo: {}'.format(event['content']))
Add Comment
Please, Sign In to add comment