Merge pull request #135 from thenoodle68/develop
Lots of formatting fixes!
This commit is contained in:
commit
242ba0d18d
100 changed files with 724 additions and 610 deletions
|
@ -7,8 +7,8 @@ ed_url = "http://encyclopediadramatica.se/"
|
|||
|
||||
@hook.command
|
||||
def drama(inp):
|
||||
"drama <phrase> -- Gets the first paragraph of" \
|
||||
" the Encyclopedia Dramatica article on <phrase>."
|
||||
"""drama <phrase> -- Gets the first paragraph of
|
||||
the Encyclopedia Dramatica article on <phrase>."""
|
||||
|
||||
j = http.get_json(api_url, search=inp)
|
||||
|
||||
|
|
Reference in a new issue