init
This commit is contained in:
7
lib/help.py
Normal file
7
lib/help.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def get_help():
|
||||
help = """
|
||||
__**Help**__ \n
|
||||
Prefix: $
|
||||
hello: get a hello back
|
||||
"""
|
||||
return(help)
|
||||
Reference in New Issue
Block a user