Replace help_tiny by module docstring
This commit is contained in:
parent
e5ec487d29
commit
cd7843e16e
24 changed files with 47 additions and 77 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# coding=utf-8
|
||||
|
||||
"""Show many information about a movie or serie"""
|
||||
|
||||
import json
|
||||
import re
|
||||
import urllib.request
|
||||
|
|
@ -8,9 +10,6 @@ from hooks import hook
|
|||
|
||||
nemubotversion = 3.4
|
||||
|
||||
def help_tiny ():
|
||||
return "Show many information about a movie or serie"
|
||||
|
||||
def help_full ():
|
||||
return "Search a movie title with: !imdbs <approximative title> ; View movie details with !imdb <title>"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue