
help commandtodo commanddeadline commandevent commanddelete commandfind commandlist commandbye commandHelpBrings up the list of commands available and their respective descriptions.
Example usage:
help
TodoAdds a task to be done into the task list.
Format: /todo [task]
Example usage:
todo borrow book
DeadlineAdds a task with a deadline to be done into the task list.
Format: /deadline [task] /by [dd/mm/yyyy] [24h-time]
Example usage:
deadline assignment /by 08/09/2020 2359
EventAdds an event task into the task list.
Format: /event [event] /at [dd/mm/yyyy] [24h-time]
Example usage:
event attend wedding /at 01/02/2021 1800
DeleteDeletes a specified task from the task list.
Format: /delete [task number]
Example usage:
delete 3
FindFinds a specific task from the task list based on a keyword.
Format: /find [keyword]
Example usage:
find book
ListLists out the tasks currently in the task list. Example usage:
list
ByeSaves the current task list to the hard disk and exits the bot. Example usage:
bye