Skip to content

Instantly share code, notes, and snippets.

@jattoabdul
Created July 11, 2018 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jattoabdul/3c0fa790d6277043bc97bcf3aff4fce3 to your computer and use it in GitHub Desktop.
Save jattoabdul/3c0fa790d6277043bc97bcf3aff4fce3 to your computer and use it in GitHub Desktop.
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