diff --git a/contrib_bots/bots/help/help.py b/contrib_bots/bots/help/help.py index e29b6ec..68a5da4 100644 --- a/contrib_bots/bots/help/help.py +++ b/contrib_bots/bots/help/help.py @@ -29,11 +29,6 @@ class HelpHandler(object): https://github.com/zulip/zulip '''.strip() - client.send_message(dict( - type='stream', - to=message['display_recipient'], - subject=message['subject'], - content=help_content, - )) + client.send_reply(message, help_content) handler_class = HelpHandler