pep8 much?
This commit is contained in:
parent
e77e45d8b8
commit
ed50bc746c
33 changed files with 92 additions and 99 deletions
|
@ -24,7 +24,7 @@ def help(inp, input=None, bot=None, say=None, notice=None):
|
|||
|
||||
if not inp:
|
||||
length = 0
|
||||
out = ["",""]
|
||||
out = ["", ""]
|
||||
well = []
|
||||
for x in commands:
|
||||
well.append(x)
|
||||
|
|
Reference in a new issue