## Command ``` /remind {question_id} {time} /remindme {question_id} {time} /reminduser {question_id} {time} {@user mentioned) ``` ## Difference between 3 commands 1. `/remind` reminds assigned user about the task 2. `/remindme` reminds user who sent message about the task 3. `/remind user` reminds mentioned user about the task ## Time format - hh:mm:ss (16:30:00 means current day 4:30PM) - If time is before current time, apply to next day - dd/mm hh:mm:ss (01/02 16:30:00 means 1st Feb, 4:30 PM) - If time/day before now, send back error message - ns (n number of seconds later) - nm (n number of minutes later) - nh (n number of hours later) - nd (n number of days later)
Command
Difference between 3 commands
/remindreminds assigned user about the task/remindmereminds user who sent message about the task/remind userreminds mentioned user about the taskTime format