tidying!
This commit is contained in:
parent
ada153c8bc
commit
ee0ad67a16
14 changed files with 24 additions and 50 deletions
|
@ -3,7 +3,7 @@ from util import hook
|
|||
|
||||
|
||||
@hook.command(autohelp=False)
|
||||
def help(inp, notice=None, input=None, conn=None, bot=None):
|
||||
def help(inp, notice=None, conn=None, bot=None):
|
||||
"""help -- Gives a list of commands/help for a command."""
|
||||
|
||||
funcs = {}
|
||||
|
|
Reference in a new issue