This commit is contained in:
2021-11-20 17:30:32 +01:00
commit 9c902769f6
6 changed files with 76 additions and 0 deletions

7
lib/help.py Normal file
View File

@@ -0,0 +1,7 @@
def get_help():
help = """
__**Help**__ \n
Prefix: $
hello: get a hello back
"""
return(help)