add help for a bunch of modules

This commit is contained in:
mutantmonkey
2013-10-05 16:20:37 -07:00
parent 6606bf18ad
commit 256592b79f
12 changed files with 45 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ import lxml.html
def fml(phenny, input):
""".fml"""
""".fml - Grab something from fmylife.com."""
try:
req = web.get("http://www.fmylife.com/random")
except: