PEP-8
This commit is contained in:
parent
3acd6536a6
commit
cb9129aebc
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ with open("plugins/data/fortunes.txt") as f:
|
||||||
continue
|
continue
|
||||||
fortunes.append(line.strip())
|
fortunes.append(line.strip())
|
||||||
|
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
def fortune(inp, nick=None, say=None, input=None):
|
def fortune(inp, nick=None, say=None, input=None):
|
||||||
".fortune -- Fortune cookies on demand."
|
".fortune -- Fortune cookies on demand."
|
||||||
|
|
Reference in a new issue