overhauled help
This commit is contained in:
parent
0fdf370733
commit
c58192f72c
58 changed files with 124 additions and 117 deletions
|
@ -4,7 +4,7 @@ from BeautifulSoup import BeautifulSoup
|
|||
|
||||
@hook.command(autohelp=False)
|
||||
def fact(inp, say=False, nick=False):
|
||||
".fact -- gets a fact from OMGFACTS"
|
||||
".fact -- Gets a random fact from OMGFACTS."
|
||||
|
||||
fact = None
|
||||
while fact is None:
|
||||
|
|
Reference in a new issue