From ef7077efdbe60b52f5918d5ac7df1e6ef09546fc Mon Sep 17 00:00:00 2001 From: Abhijeet Kaur Date: Thu, 10 Aug 2017 05:40:15 +0530 Subject: [PATCH] bots: Correct help reply message in yoda bot. --- zulip_bots/zulip_bots/bots/yoda/yoda.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zulip_bots/zulip_bots/bots/yoda/yoda.py b/zulip_bots/zulip_bots/bots/yoda/yoda.py index ad1033e..b15d38f 100644 --- a/zulip_bots/zulip_bots/bots/yoda/yoda.py +++ b/zulip_bots/zulip_bots/bots/yoda/yoda.py @@ -17,8 +17,9 @@ HELP_MESSAGE = ''' Before running this, make sure to get a Mashape Api token. Instructions are in the 'readme.md' file. - Store it in the 'yoda.config' file. - The 'yoda.config' file should be located at '~/yoda.config'. + Store it in the 'yoda.conf' file. + The 'yoda.conf' file should be located in this bot's (zulip_bots/bots/yoda/yoda) + directory. Example input: @mention-bot You will learn how to speak like me someday. '''