Fix help text
This commit is contained in:
@@ -42,8 +42,8 @@ def help(phenny, input):
|
|||||||
"For help with a command, just use .help followed by the name of"
|
"For help with a command, just use .help followed by the name of"
|
||||||
" the command, like \".help botsnack\".")
|
" the command, like \".help botsnack\".")
|
||||||
phenny.say(
|
phenny.say(
|
||||||
"If you need additional help can check out {helpurl} or you can "
|
"If you need additional help, check out {helpurl} or talk to my "
|
||||||
"talk to my owner, {owner}.".format(
|
"owner, {owner}.".format(
|
||||||
helpurl=helpurl,
|
helpurl=helpurl,
|
||||||
owner=phenny.config.owner))
|
owner=phenny.config.owner))
|
||||||
help.rule = (['help', 'command'], r'(.*)')
|
help.rule = (['help', 'command'], r'(.*)')
|
||||||
|
|||||||
Reference in New Issue
Block a user