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
|
||||
|
||||
"""Alert on changes on websites"""
|
||||
|
||||
from datetime import datetime
|
||||
from datetime import timedelta
|
||||
import http.client
|
||||
|
|
@ -17,10 +19,6 @@ from .atom import Atom
|
|||
|
||||
nemubotversion = 3.4
|
||||
|
||||
def help_tiny ():
|
||||
"""Line inserted in the response to the command !help"""
|
||||
return "Alert on changes on websites"
|
||||
|
||||
def help_full ():
|
||||
return "This module is autonomous you can't interract with it."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue