Created
July 11, 2018 10:11
-
-
Save jattoabdul/3c0fa790d6277043bc97bcf3aff4fce3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def help(self): | |
""" | |
Return the Available commands in the system and their usage format | |
""" | |
return { | |
'text': 'Available Commands: \n `/ranti my-task e.g. /ranti my-task` \n To get task assigned to you.\n' | |
' \n `/ranti show-task [date]{dth-month-year} e.g. /ranti show-task 5th-june-2018` \n Show all tasks for a particular date \n' | |
'\n `/ranti show-task [today] e.g. /ranti show-task today` \n Show all tasks for today \n' | |
'\n `/ranti show-task [tomorrow] e.g. /ranti show-task tomorrow` \n Show all tasks for tomorrow \n' | |
'\n `/ranti help` \n This help information \n \n Ranti Ver: 1.0'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment