From f49a1a6eab4de9eb3c930d726142c871177510ea Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 8 Jun 2017 21:04:27 -0700 Subject: [PATCH] Fix help text --- modules/info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/info.py b/modules/info.py index 494eeaa..ce3cab2 100644 --- a/modules/info.py +++ b/modules/info.py @@ -42,8 +42,8 @@ def help(phenny, input): "For help with a command, just use .help followed by the name of" " the command, like \".help botsnack\".") phenny.say( - "If you need additional help can check out {helpurl} or you can " - "talk to my owner, {owner}.".format( + "If you need additional help, check out {helpurl} or talk to my " + "owner, {owner}.".format( helpurl=helpurl, owner=phenny.config.owner)) help.rule = (['help', 'command'], r'(.*)')