This commit is contained in:
Luke Rogers 2014-03-06 14:02:26 +13:00
parent 141fe8d80c
commit f81cf21b57
10 changed files with 18 additions and 18 deletions

View file

@ -41,8 +41,8 @@ def help_command(inp, notice=None, conn=None, bot=None):
if len(out) > 1:
for x in out[1:]:
notice(x)
notice("For detailed help, do '%shelp <example>' where <example> "
"is the name of the command you want help for." % conn.conf["command_prefix"])
notice("For detailed help, do '{}help <example>' where <example> "
"is the name of the command you want help for.".format(conn.conf["command_prefix"]))
else:
if inp in commands: