Fix help text
parent
e0b8f7d697
commit
f49a1a6eab
|
@ -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'(.*)')
|
||||||
|
|
Loading…
Reference in New Issue