Fix help text

master
mutantmonkey 2017-06-08 21:04:27 -07:00
parent e0b8f7d697
commit f49a1a6eab
1 changed files with 2 additions and 2 deletions

View File

@ -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'(.*)')